Annotation of kupuMPIWG/default/sourceedit.kupu, revision 1.1.1.1

1.1       dwinter     1: <?xml version="1.0" ?>
                      2: <kupu:feature
                      3:     name="sourceedit"
                      4:     implementation="default"
                      5:     xmlns="http://www.w3.org/1999/xhtml"
                      6:     xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
                      7:     xmlns:i18n="http://xml.zope.org/namespaces/i18n"
                      8:     i18n:domain="kupu"
                      9:     >
                     10:   <kupu:id>$Id: sourceedit.kupu 9779 2005-03-15 11:34:47Z duncan $</kupu:id>
                     11: <!--
                     12: This feature provides Source Editing functionality. Source editing is
                     13: enabled by clicking on a button (provided in the 'button' part) which
                     14: triggers the switchSourceEdit() function.
                     15: -->
                     16: 
                     17:   <kupu:part name="jsincludes">
                     18:     <script type="text/javascript" src="kupusourceedit.js"> </script>
                     19:   </kupu:part>
                     20: 
                     21:   <kupu:part name="buttons">
                     22:     <span class="kupu-tb-buttongroup kupu-source-span" id="kupu-source">
                     23:       <button type="button"
                     24:               class="kupu-source"
                     25:               id="kupu-source-button"
                     26:               title="edit HTML code"
                     27:               i18n:attributes="title"
                     28:               >&#160;</button>
                     29:     </span>
                     30:   </kupu:part>
                     31: 
                     32: </kupu:feature>

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