Update of /var/cvs/html/mmbase/components/mmexamples
In directory james.mmbase.org:/tmp/cvs-serv433/mmexamples

Modified Files:
        editors.jspx index.jspx 
Log Message:
editor and other examples


See also: http://cvs.mmbase.org/viewcvs/html/mmbase/components/mmexamples


Index: editors.jspx
===================================================================
RCS file: /var/cvs/html/mmbase/components/mmexamples/editors.jspx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- editors.jspx        4 Aug 2008 15:16:13 -0000       1.1
+++ editors.jspx        4 Aug 2008 20:32:53 -0000       1.2
@@ -25,10 +25,34 @@
 
     <dl>
       <dt>
-        <a href="${mm:link('/mmexamples/mynews.jsp')}">MyNews</a>
+        <mm:link page="/mmbase/edit/basic/"><a href="${_}">The MMBase 
Editors</a></mm:link>
       </dt>
       <dd>
-        
+        Also known as the 'basic' editors: 
+        <mm:link page="/mmbase/edit/basic/" absolute="true"><a 
href="${_}">${_}</a></mm:link>
+       </dd>
+       <dt>
+         <mm:link page="/mmbase/edit/my_editors/"><a 
href="${_}">my_editors</a></mm:link>
+       </dt>
+       <dd>
+        Alternative editors:
+        <mm:link page="/mmbase/edit/my_editors/" absolute="true"><a 
href="${_}">${_}</a></mm:link>
+       </dd>
+       <dt>
+         <mm:link page="/mmbase/edit/my_editors/"><a href="${_}">The 
MMEditors</a></mm:link>
+       </dt>
+       <dd>
+         Classic style generic editors ('mmeditors'). These are based on the 
lay-out of the very
+         first generic editors know as the 'SCAN editors':
+        <mm:link page="/mmbase/edit/mmeditors/" absolute="true"><a 
href="${_}">${_}</a></mm:link>
+      </dd>
+      <dt>
+        <mm:link page="/mmbase/edit/my_editors/"><a href="${_}">The 
experimental x editors</a></mm:link>
+      </dt>
+      <dd>
+        'New technology' editors with JSPX, CSS, Javascript, MMBase taglib 2:
+        <mm:link absolute="true" page="/mmbase/edit/x/"><a 
href="${_}">${_}</a></mm:link>
+        Still experimental, and don't not work in all browers.      
       </dd>
     </dl>
     


Index: index.jspx
===================================================================
RCS file: /var/cvs/html/mmbase/components/mmexamples/index.jspx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- index.jspx  4 Aug 2008 15:16:13 -0000       1.1
+++ index.jspx  4 Aug 2008 20:32:53 -0000       1.2
@@ -17,7 +17,8 @@
       </dt>
       <dd>
         Small example of a news/magazine system. A more recent version has 
been rewritten
-        to the component framework and can be found at 
/mmbase/examples/mynews/magazine.
+        to the component framework and can be found at 
+        <a 
href="${mm:link('/mmbase/examples/mynews/magazine')}">/mmbase/examples/mynews/magazine</a>.
       </dd>
       <dt>
         <a href="${mm:link('/mmexamples/taglib/')}">MMBase tag library 
examples</a>
@@ -26,7 +27,7 @@
         A lot of different examples for the MMBase taglib.
       </dd>
       <dt>
-        <mm:link page="editors">
+        <mm:link page="jsp-editors">
           <a href="${_}">Editors</a>
         </mm:link>
       </dt>
@@ -36,7 +37,10 @@
     <h4>Other demo's</h4>
     <dl>
       <dt>
-        <a href="as">EditWizards</a>
+        <mm:link page="examples">
+          <mm:frameworkparam name="component">editwizard</mm:frameworkparam>
+          <a href="${_}">EditWizards</a>
+        </mm:link>
       </dt>
       <dd>Different editwizard-examples.</dd>
     </dl>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to