File:  [Repository] / kupu / default / colorchooser.kupu
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Sep 15 13:06:00 2005 UTC (18 years, 8 months ago) by dwinter
Branches: first, MAIN
CVS tags: dwinter, HEAD
modifizierter kupu fuer webpages des instituts

<?xml version="1.0" ?>
<kupu:feature
    name="colorchooser"
    implementation="default"
    xmlns="http://www.w3.org/1999/xhtml"
    xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
    xmlns:i18n="http://xml.zope.org/namespaces/i18n"
    i18n:domain="kupu"
    >
  <kupu:id>$Id: colorchooser.kupu,v 1.1.1.1 2005/09/15 13:06:00 dwinter Exp $</kupu:id>

  <kupu:part name="colorchooser">
    <table id="kupu-colorchooser" cellpadding="0" cellspacing="0"
           style="position: fixed; border-style: solid; border-color: black; border-width: 1px;">
    </table>
  </kupu:part>

  <kupu:part name="buttons">
    <span class="kupu-tb-buttongroup">
      <!-- Note: the event handlers are attached to these buttons dynamically, like for tools -->
      <button type="button" class="kupu-forecolor" id="kupu-forecolor-button" 
              title="text color: alt-f" i18n:attributes="title" 
              accesskey="f">&#160;</button>
      <button type="button" class="kupu-hilitecolor" id="kupu-hilitecolor-button"
              title="background color: alt-h" i18n:attributes="title"
              accesskey="h">&#160;</button>
    </span>
  </kupu:part>

  <!-- We will have the button tool configuration here, too, once we
       do tool definitions in XML config. -->

</kupu:feature>

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