Skip to content

Commit bd9b62b

Browse files
author
Olivier Giulieri
committed
Text edits.
1 parent 1c7f29e commit bd9b62b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

doc/ui-model.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@ <h1>UI Model</h1>
3737

3838
<p>For each Backbone model and collection, a single UI model defines all information necessary to render all views associated to that entity.
3939
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-
Nested collections can also be included as <a href="#panel-list">panel-list</a> to provide master-details functionality.
40+
Nested collections can also be included as <a href="#panel-list">panel-list</a> to provide master-details capability.
4141
</p>
4242

43-
<p>It is a first draft and it is nor fully implemented yet but a work in progress based on
43+
<p>It is a first draft and it is nor fully implemented yet. It is still a work in progress based on
4444
<a href="http://www.codeproject.com/Articles/28636/Minimalist-Meta-Model-for-CRUD-Applications" target="evomm">Evolutility minimalist meta-model</a>.</p>
4545

46-
4746
<span class="evol-required">*</span>: required attribute.
4847
<span class="evol-asterix">*</span>: partially or not implemented yet.
4948

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,10 @@ <h4 class="mt20">A few examples</h4>
9191

9292
<h4 class="mt20">UI models rather than templates</h4>
9393

94-
<p>In the former examples all views are configured with metadata in UI-models
95-
rather than hand-coded with templates, Javascript and CSS.</p>
94+
<p>In the former examples all views are configured with metadata in UI-models.</p>
9695

9796
<p>For each Backbone model and collection, a single UI model contains all the metadata necessary
98-
to configure its views (list, view, edit, export...).
97+
to configure its views (list, view, edit, filter, export...).
9998
UI models map model attributes to form fields and organize fields into lists, panels and tabs.
10099
</p>
101100

0 commit comments

Comments
 (0)