vgritsenko    2003/06/28 08:37:11

  Modified:    xdocs    fptaglib.xml
  Log:
  fix doc width
  
  Revision  Changes    Path
  1.5       +6 -5      cocoon-1/xdocs/fptaglib.xml
  
  Index: fptaglib.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-1/xdocs/fptaglib.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- fptaglib.xml      7 Nov 2000 22:35:31 -0000       1.4
  +++ fptaglib.xml      28 Jun 2003 15:37:11 -0000      1.5
  @@ -145,11 +145,12 @@
   
                <p>The output looks like this:</p>
                <source><![CDATA[
  -     <menu fp-action="read" [fp-error="fp-1"] fp-from="external-item" 
fp-select="../item/title" fp-type="text/xml">
  -             <title>Title 1</title>
  -             <title>Title 2</title>
  -             <title>Title ...</title>
  -     </menu>
  +<menu fp-action="read" [fp-error="fp-1"] fp-from="external-item"
  +      fp-select="../item/title" fp-type="text/xml">
  +  <title>Title 1</title>
  +  <title>Title 2</title>
  +  <title>Title ...</title>
  +</menu>
        ]]></source>
   
                <p>Here we make a Form <code>input</code> Field, so the name is 
important, but it does not need to relate to the name of the location where the data 
is to be stored. The parent deos not have to be <code>input</code>, use whatever you 
want.</p>
  
  
  

Reply via email to