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">
<jsp:output omit-xml-declaration="true" />
- <div class="mm_c mm_c_core mm_c_b_welcome">
+ <div class="mm_c c_core b_welcome">
<h2>Welcome to MMBase</h2>
<h3>You are running <mm:cloudinfo type="mmbaseversion"
/></h3>
<p>With some more text here...</p>
@@ -295,12 +294,12 @@
produce any output.</para>
<para>The renderer for body with mimetype="text/html" by convention
- should render a <div /> with class="mm_c mm_c_<component
- name> mm_c_b_<block name> ${requestScope.className}". The
+ should render a <div /> with class="mm_c c_<component
+ name> b_<block name> ${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 <class="mm_c mm_c_ecard
- mm_c_b_home left">. The basic implementation of the MMBase framework
+ render the poll component within the div <class="mm_c c_ecard
+ b_home left">. 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><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}"
></programlisting>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs