Update of /var/cvs/speeltuin/mihxil/wiki/examples
In directory james.mmbase.org:/tmp/cvs-serv7739/examples
Modified Files:
example1.jspx example2.jspx example3.jspx
Log Message:
accepting actual jquery selectors for 'submit' attribute gives more flexibility
See also: http://cvs.mmbase.org/viewcvs/speeltuin/mihxil/wiki/examples
Index: example1.jspx
===================================================================
RCS file: /var/cvs/speeltuin/mihxil/wiki/examples/example1.jspx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- example1.jspx 1 Apr 2008 11:38:13 -0000 1.3
+++ example1.jspx 1 Apr 2008 13:05:35 -0000 1.4
@@ -12,7 +12,7 @@
<mm:sortorder field="posrel.pos" />
</mm:relatednodescontainer>
<mm:listnodescontainer type="news" id="repository" />
- <mm-sr:relate repository="${repository}" current="${current}"
submit="submit1" />
+ <mm-sr:relate repository="${repository}" current="${current}"
submit="#submit1" />
<a id="submit1">Submit</a>
</div>
</div>
Index: example2.jspx
===================================================================
RCS file: /var/cvs/speeltuin/mihxil/wiki/examples/example2.jspx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- example2.jspx 1 Apr 2008 11:38:13 -0000 1.3
+++ example2.jspx 1 Apr 2008 13:05:35 -0000 1.4
@@ -14,7 +14,7 @@
<mm:listnodescontainer type="news" id="repository">
<mm:constraint field="number" operator="IN" referid="currentlyRelated"
inverse="true" />
</mm:listnodescontainer>
- <mm-sr:relate repository="${repository}" current="${current}"
submit="submit2" />
+ <mm-sr:relate repository="${repository}" current="${current}"
submit="#submit2" />
<a id="submit2">Submit</a>
</div>
</div>
Index: example3.jspx
===================================================================
RCS file: /var/cvs/speeltuin/mihxil/wiki/examples/example3.jspx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- example3.jspx 1 Apr 2008 12:38:11 -0000 1.4
+++ example3.jspx 1 Apr 2008 13:05:35 -0000 1.5
@@ -14,7 +14,7 @@
<mm:listnodescontainer type="news" id="repository">
<mm:constraint field="number" operator="IN" referid="currentlyRelated"
inverse="true" />
</mm:listnodescontainer>
- <mm-sr:relate repository="${repository}" current="${current}"
submit="submit3" unrelate="true" />
+ <mm-sr:relate repository="${repository}" current="${current}"
submit="#submit3" unrelate="true" />
<a id="submit3">Submit</a>
</div>
</div>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs