Annotation of kupu/multi/body.kupu, revision 1.1.1.1

1.1       dwinter     1: <?xml version="1.0" ?>
                      2: <kupu:feature
                      3:     name="body"
                      4:     implementation="multi"
                      5:     xmlns="http://www.w3.org/1999/xhtml"
                      6:     xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
                      7:     >
                      8: 
                      9:   <kupu:part name="body">
                     10:     <body onload="kupu = startKupu()">
                     11:       <h1>Kupu Editor Test Page</h1>
                     12:       <form  action="http://debris.demon.nl/printpost" method="POST">
                     13:         <kupu:define-slot name="body" />
                     14:       </form>
                     15:     </body>
                     16:   </kupu:part>
                     17: 
                     18:   <kupu:part name="editorframe">
                     19:     <div class="kupu-editorframe">
                     20:       <iframe id="kupu_1" 
                     21:               frameborder="0" 
                     22:               src="fulldoc.html"
                     23:               fieldid="kupu_1"
                     24:               style="height: 200px;"
                     25:               scrolling="auto">
                     26:       </iframe>
                     27:       <textarea class="kupu-editor-textarea" 
                     28:                 id="kupu-editor-textarea-kupu_1" 
                     29:                 style="width: 99%; height: 200px;"> 
                     30:       </textarea>
                     31:       <iframe id="kupu_2" 
                     32:               frameborder="0" 
                     33:               src="fulldoc.html"
                     34:               fieldid="kupu_2"
                     35:               style="height: 200px;"
                     36:               scrolling="auto">
                     37:       </iframe>
                     38:       <textarea class="kupu-editor-textarea" 
                     39:                 id="kupu-editor-textarea-kupu_2"
                     40:                 style="width: 99%; height: 200px;"> 
                     41:       </textarea>
                     42:       <iframe id="kupu_3" 
                     43:               frameborder="0" 
                     44:               src="fulldoc.html"
                     45:               fieldid="kupu_3"
                     46:               style="height: 200px;"
                     47:               scrolling="auto">
                     48:       </iframe>
                     49:       <textarea class="kupu-editor-textarea" 
                     50:                 id="kupu-editor-textarea-kupu_3" 
                     51:                 style="width: 99%; height: 200px;"> 
                     52:       </textarea>
                     53:     </div>
                     54:   </kupu:part>
                     55: 
                     56: </kupu:feature>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>