Skip to content

Commit 8e6c61b

Browse files
author
Olivier Giulieri
committed
Text edits.
1 parent c7fd2f5 commit 8e6c61b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h1 id="title">Demo</h1>
6565
<p>The data for these demos is stored in your browser local storage
6666
(using <a href="https://github.com/jeromegn/Backbone.localStorage" target="bbls">Backbone.localStorage</a>).</p>
6767

68-
<p>Evolutility.js is still a work in progress. Only Chrome is fully supported for now.</p>
68+
<p>Evolutility.js is still a work in progress.</p>
6969

7070

7171
</div>

doc/views.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ <h2>Methods</h2>
289289
<p><br>Methods specific to Evol.ViewOne (Edit, View, Mini, JSON):</p>
290290
<p><strong>clear()</strong>: Clears the content of all fields.</p>
291291
<p><strong>clearErrors()</strong>: Remove previous validation warnings.</p>
292-
<p><strong>getData(), setData(data)</strong>: Gets or sets all fields values at the same time.</p>
292+
<p><strong>getData(), setData(data)</strong>: Gets or sets all fields values at the same time (similar but different than getModel and setModel).</p>
293293
<p><strong>getFieldValue(fid), setFieldValue(fid, value)</strong>: Gets or sets the value of a specific field.</p>
294294
<p><strong>getFieldProp(fid, property), setFieldProp(fid, property, value)</strong>: Gets or sets a field property for a specific field. Supported properties: "value", "enabled", "visible".</p>
295295
<p><strong>getSubCollecs()</strong>: Returns an array of sub-collections definitions from the UI-model.</p>

0 commit comments

Comments
 (0)