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
+26-10Lines changed: 26 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -33,19 +33,18 @@ <h1>UI Model</h1>
33
33
34
34
<divclass="evo-content3">
35
35
36
-
<p>This page describes the "vocabulary" or API to define UI models.
37
-
</p>
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>
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>.
40
+
</p>
38
41
39
42
<p>It is a first draft and it is nor fully implemented yet but a work in progress based on
0 commit comments