Annotation of kupuMPIWG/multi/save.kupu, revision 1.1

1.1     ! dwinter     1: <?xml version="1.0" ?>
        !             2: <kupu:feature
        !             3:     name="save"
        !             4:     implementation="multi"
        !             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:     >
        !             9: 
        !            10:   <kupu:part name="buttons">
        !            11:     <span class="kupu-tb-buttongroup">
        !            12:       <button type="button" class="kupu-save" id="kupu-save-button" 
        !            13:               title="Save" i18n:attributes="title" accesskey="s"
        !            14:               onclick="kupu.prepareForm(this.form, 'kupu'); this.form.submit()">&#160;</button>
        !            15:     </span>
        !            16:   </kupu:part>
        !            17: 
        !            18:   <!-- We will have the button tool configuration here, too, once we
        !            19:        do tool definitions in XML config. -->
        !            20: 
        !            21: </kupu:feature>

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