jford       2004/04/08 15:06:04

  Modified:    tutorial/xdocs/12 paramstylearchitecture.xml
  Log:
  Changed to use subsections
  
  Revision  Changes    Path
  1.2       +10 -9     jakarta-jetspeed/tutorial/xdocs/12/paramstylearchitecture.xml
  
  Index: paramstylearchitecture.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/tutorial/xdocs/12/paramstylearchitecture.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- paramstylearchitecture.xml        8 Apr 2004 21:53:58 -0000       1.1
  +++ paramstylearchitecture.xml        8 Apr 2004 22:06:04 -0000       1.2
  @@ -33,9 +33,8 @@
   A Portlet parameter is defined in a registry entry as having a custom presentation 
style by setting its type attribute to <b>"style"</b> and then adding additional 
portlet parameters to define the style name and any style options. The additional 
parameters are linked to a parameter via the parameter name. 
   </p>
   
  -<p>
  -<b>Popup Calendar Date Style</b>
  -</p>
  +
  +<subsection name="Popup Calendar Date Style">
   
   <p>
   In the example below, we have a widget named <b>"date"</b> whose style is 
<b>"PopupCalendar"</b>, and the style format string is <b>"mm/dd/yyyy"</b>.
  @@ -57,10 +56,10 @@
   ]]>
   </source>
   </p>
  +</subsection>
   
  -<p>
  -<b>Velocity Parameter Style</b>
  -</p>
  +
  +<subsection name="Velocity Parameter Style">
   
   <p>
   In the example below, we have a widget named <b>"password"</b> whose style is 
<b>"VelocityParameterPresentationStyle"</b>. 
  @@ -82,10 +81,9 @@
   </source>
   Velocity Parameter Style
   </p>
  +</subsection>
   
  -<p>
  -<b>JSP Parameter Style</b>
  -</p>
  +<subsection name="JSP Parameter Style">
   
   <p>
   In the example below, we have a widget named <b>"password"</b> whose style is 
<b>"JSPParameterPresentationStyle"</b>. 
  @@ -106,7 +104,9 @@
   </source>
   JSP Parameter Style
   </p>
  +</subsection>
   
  +<subsection name="Stock Quote Example">
   <p>
   <source>
   <![CDATA[
  @@ -299,6 +299,7 @@
   </source>
   </p>
   
  +</subsection>
   
   </section>
   </body>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to