Skip to content

Commit

Permalink
Item14454: doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Dec 17, 2017
1 parent cfd0cb0 commit ea52bde
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions JQueryPlugin/data/System/JQueryView.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1513189072" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1513534380" format="1.1" version="1"}%
%META:TOPICPARENT{name="JQueryPlugin"}%

---+!! %TOPIC%

%JQPLUGINS{"view"
Expand All @@ -14,7 +13,7 @@
%TOC%

%STARTSECTION{"summary"}%
This plugin adds JsViews functionality to the JsRender plugin. JsViews builds off of standard JsRender templates, but adds
This plugin adds !JsViews functionality to the !JsRender plugin. !JsViews builds off of standard !JsRender templates, but adds
two-way declarative data-binding, MVVM, and MVP.

See System.JQueryRender and https://www.jsviews.com/#jsviews for more details.
Expand All @@ -25,7 +24,7 @@ See System.JQueryRender and https://www.jsviews.com/#jsviews for more details.
%JQREQUIRE{"view"}%

---+++ In the SCRIPT head
<verbatim>
<verbatim class="js">
var data = [
{
"name": "Robert",
Expand All @@ -45,7 +44,7 @@ template.link("#result", data);
</verbatim>

---+++ In the BODY
<verbatim>
<verbatim class="html">
<div id="result"></div>

<script id="theTmpl" type="text/x-jsrender">
Expand Down Expand Up @@ -126,6 +125,6 @@ Pretty cool!

Other functionality includes the <code>$.observe()</code> method for assigning callback functions to respond to observable
changes, and the <code>$.view()</code> method for retrieving the data slice associated with a particular View object.

(see http://www.jsviews.com/#jsvapi for lots of details and examples)

0 comments on commit ea52bde

Please sign in to comment.