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: doc/ui-model.html
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,11 @@ <h1>UI Model</h1>
33
33
34
34
<divclass="evo-content3">
35
35
36
-
<p>Attributes in your Backbone model are mapped to <ahref="#fields">fields</a> in UI model. This page describes the "vocabulary" (or API) to define UI models.</p>
36
+
<p>With Evolutility views are fully defined by UI models (rather than handcoded templates and custom Javascript code).</p>
37
37
38
-
<p>Fields are grouped in <ahref="#panels">panels</a>, panels can be grouped in <ahref="#tabs">tabs</a>.
39
-
Sub-collections can be included as <ahref="#panel-list">panel-list</a>.
38
+
<p>For each Backbone model and collection, a single UI model defines all information necessary to render all views associated to that entity.
39
+
The UI model maps attributes in the Backbone model to <ahref="#fields">fields</a> on the screen. It also groups fields into <ahref="#panels">panels</a> and panels into <ahref="#tabs">tabs</a>.
40
+
Sub-collections can also be included as <ahref="#panel-list">panel-list</a>.
40
41
</p>
41
42
42
43
<p>It is a first draft and it is nor fully implemented yet but a work in progress based on
0 commit comments