Skip to content

Commit 1fb2d1e

Browse files
author
Olivier Giulieri
committed
Text edits.
1 parent 271a7ba commit 1fb2d1e

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

doc/ui-model.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ <h1>UI Model</h1>
3333

3434
<div class="evo-content3">
3535

36-
<p>Attributes in your Backbone model are mapped to <a href="#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>
3737

38-
<p>Fields are grouped in <a href="#panels">panels</a>, panels can be grouped in <a href="#tabs">tabs</a>.
39-
Sub-collections can be included as <a href="#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 <a href="#fields">fields</a> on the screen. It also groups fields into <a href="#panels">panels</a> and panels into <a href="#tabs">tabs</a>.
40+
Sub-collections can also be included as <a href="#panel-list">panel-list</a>.
4041
</p>
4142

4243
<p>It is a first draft and it is nor fully implemented yet but a work in progress based on

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h4>Demo</h4>
118118

119119
<p>&nbsp;</p>
120120
<h4>Documentation</h4>
121-
<p>Learn more about <a href="doc/ui-model.html">Evolutility UI-models</a> & <a href="doc/views.html">Views</a>.</p>
121+
<p>Learn more about <a href="doc/ui-model.html">Evolutility UI-models</a> and <a href="doc/views.html">generic Views</a>.</p>
122122

123123
<p>&nbsp;</p>
124124
<h4>Download & Code</h4>

0 commit comments

Comments
 (0)