Update of /var/cvs/documentation/backenddevelopers
In directory james.mmbase.org:/tmp/cvs-serv25767

Modified Files:
        components.xml 
Log Message:
MMB-1650


See also: http://cvs.mmbase.org/viewcvs/documentation/backenddevelopers
See also: http://www.mmbase.org/jira/browse/MMB-1650


Index: components.xml
===================================================================
RCS file: /var/cvs/documentation/backenddevelopers/components.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- components.xml      25 Apr 2008 15:59:46 -0000      1.15
+++ components.xml      27 Jun 2008 12:36:33 -0000      1.16
@@ -7,8 +7,7 @@
 
     <date>2007-02-09</date>
 
-    <edition>$Id: components.xml,v 1.0 2006/10/03 08:17:09 henk Exp
-    $</edition>
+    <edition>$Id: components.xml,v 1.16 2008/06/27 12:36:33 michiel Exp 
$</edition>
 
     <authorgroup>
       <author>
@@ -158,7 +157,7 @@
     xmlns:jsp="http://java.sun.com/JSP/Page";
     xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0"&gt;
   &lt;jsp:output omit-xml-declaration="true" /&gt;
-  &lt;div class="mm_c mm_c_core mm_c_b_welcome"&gt;
+  &lt;div class="mm_c c_core b_welcome"&gt;
     &lt;h2&gt;Welcome to MMBase&lt;/h2&gt;
     &lt;h3&gt;You are running &lt;mm:cloudinfo type="mmbaseversion" 
/&gt;&lt;/h3&gt;
     &lt;p&gt;With some more text here...&lt;/p&gt;
@@ -295,12 +294,12 @@
       produce any output.</para>
 
       <para>The renderer for body with mimetype="text/html" by convention
-      should render a &lt;div /&gt; with class="mm_c mm_c_&lt;component
-      name&gt; mm_c_b_&lt;block name&gt; ${requestScope.className}". The
+      should render a &lt;div /&gt; with class="mm_c c_&lt;component
+      name&gt; b_&lt;block name&gt; ${requestScope.className}". The
       framework will assign a value to request attribute
       ${requestScope.componentClassName} . For example a framework could
-      render the poll component within the div &lt;class="mm_c mm_c_ecard
-      mm_c_b_home left"&gt;. The basic implementation of the MMBase framework
+      render the poll component within the div &lt;class="mm_c c_ecard
+      b_home left"&gt;. The basic implementation of the MMBase framework
       does not implement ${requestScope.className}, leaving the last part of
       the class definition empty.</para>
 
@@ -309,7 +308,7 @@
       contain:</para>
 
       <programlisting>&lt;div
-    class="mm_c mm_c_core mm_c_b_welcome ${requestScope.componentClassName}"
+    class="mm_c c_core b_welcome ${requestScope.componentClassName}"
     id="${requestScope.componentId}"
 &gt;</programlisting>
 
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to