You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,11 @@ For the matching RESTful API you will also need to setup [Evolutility-Server-Nod
36
36
37
37
## Views
38
38
39
-
Evolutility's views have a Backbone model (to define the data) and also a UI-model (to define the UI to display the data and interact with it).
39
+
Evolutility-UI-jQuery's views have a Backbone model (to define the data) and also a UI-model (to define the UI to display the data and interact with it).
40
40
41
41
All views for a Backbone model and collection share a single UI-Model which defines of all UI elements across views in a simple declarative way.
42
42
43
-
Evolutility provides 3 types of views
43
+
Evolutility-UI-jQuery provides 3 types of views
44
44
45
45
* Views for a model: [Browse](#browse), [Edit](#edit), [Mini (quick edit)](#mini), [JSON](#json).
46
46
* Views for a collection: [List](#list), [Cards](#cards), [Bubbles](#bubbles), [Charts](#charts).
@@ -364,6 +364,6 @@ The (beginning of a) [documentation](http://evoluteur.github.io/evolutility-ui-j
Copy file name to clipboardExpand all lines: doc/ui-model.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ <h1>UI Model</h1>
57
57
58
58
<divclass="evo-content2">
59
59
60
-
<p>With Evolutility views are fully defined by UI models (rather than hand coded templates and custom Javascript code).</p>
60
+
<p>With Evolutility-UI-jQuery views are fully defined by UI models (rather than hand coded templates and custom Javascript code).</p>
61
61
62
62
<p>For each Backbone model and collection, a single UI model defines all information necessary to render all views associated to that entity.
63
63
The UI model maps attributes in the Backbone model to <ahref="#field">fields</a> on the screen. It also groups fields into <ahref="#panel">panels</a> and panels into <ahref="#tab">tabs</a>.
@@ -714,7 +714,7 @@ <h1>tab</h1>
714
714
<section>
715
715
<h1>Sample UI-model</h1>
716
716
717
-
<p>See below the UI-model for the "todo app" in <ahref="../demo/index.html#todo">Evolutility demo</a>.</p>
717
+
<p>See below the UI-model for the "todo app" in <ahref="../demo/index.html#todo">Evolutility-UI-jQuery demo</a>.</p>
<p><br>If you are wondering, No, I didn't write 40 templates (10 views for 4 entities = 40 views) for the demo above. I only wrote 4 ui-models, Evolutility is doing the rest.</p>
111
+
<p><br>If you are wondering, No, I didn't write 40 templates (10 views for 4 entities = 40 views) for the demo above. I only wrote 4 ui-models, Evolutility-UI-jQuery is doing the rest.</p>
97
112
98
113
</section>
99
114
@@ -141,7 +156,7 @@ <h3 class="mt20">UI model to configure the views</h3>
141
156
<section>
142
157
143
158
<h3class="mt20">Documentation</h3>
144
-
<p>Learn more about <ahref="doc/ui-model.html">Evolutility UI-models</a> and <ahref="doc/views.html">generic Views</a>.</p>
159
+
<p>Learn more about <ahref="doc/ui-model.html">UI-models</a> and <ahref="doc/views.html">generic Views</a>.</p>
145
160
146
161
</section>
147
162
<section>
@@ -165,7 +180,7 @@ <h3 class="mt20">The meaning of Evolutility</h3>
0 commit comments