Annotation of kupu/default/spellchecker.kupu, revision 1.1

1.1     ! dwinter     1: <?xml version="1.0" ?>
        !             2: <kupu:feature
        !             3:     name="spellchecker"
        !             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:   <kupu:part name="jsincludes">
        !            12:     <script type="text/javascript" src="kupuspellchecker.js"> </script>
        !            13:   </kupu:part>
        !            14: 
        !            15:   <kupu:part name="buttons">
        !            16:     <span class="kupu-tb-buttongroup kupu-spellchecker-span" id="kupu-spellchecker">
        !            17:       <button type="button"
        !            18:               class="kupu-spellchecker"
        !            19:               id="kupu-spellchecker-button"
        !            20:               title="check spelling"
        !            21:               i18n:attributes="title"
        !            22:               >&#160;</button>
        !            23:     </span>
        !            24:   </kupu:part>
        !            25: 
        !            26: </kupu:feature>

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