Annotation of kupuMPIWG/default/colorchooser.kupu, revision 1.1

1.1     ! dwinter     1: <?xml version="1.0" ?>
        !             2: <kupu:feature
        !             3:     name="colorchooser"
        !             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: colorchooser.kupu 9520 2005-02-26 16:30:23Z duncan $</kupu:id>
        !            11: 
        !            12:   <kupu:part name="colorchooser">
        !            13:     <table id="kupu-colorchooser" cellpadding="0" cellspacing="0"
        !            14:            style="position: fixed; border-style: solid; border-color: black; border-width: 1px;">
        !            15:     </table>
        !            16:   </kupu:part>
        !            17: 
        !            18:   <kupu:part name="buttons">
        !            19:     <span class="kupu-tb-buttongroup">
        !            20:       <!-- Note: the event handlers are attached to these buttons dynamically, like for tools -->
        !            21:       <button type="button" class="kupu-forecolor" id="kupu-forecolor-button" 
        !            22:               title="text color: alt-f" i18n:attributes="title" 
        !            23:               accesskey="f">&#160;</button>
        !            24:       <button type="button" class="kupu-hilitecolor" id="kupu-hilitecolor-button"
        !            25:               title="background color: alt-h" i18n:attributes="title"
        !            26:               accesskey="h">&#160;</button>
        !            27:     </span>
        !            28:   </kupu:part>
        !            29: 
        !            30:   <!-- We will have the button tool configuration here, too, once we
        !            31:        do tool definitions in XML config. -->
        !            32: 
        !            33: </kupu:feature>

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