File:  [Repository] / kupu / default / form.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="form"
    implementation="default"
    xmlns="http://www.w3.org/1999/xhtml"
    xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
    >
  <kupu:id>$Id: form.kupu,v 1.1.1.1 2005/09/15 13:06:00 dwinter Exp $</kupu:id>

  <!-- This is an example of how to wrap the kupu editor in an HTML
       form. -->

  <kupu:part name="form">
    <form id="kupuform" action="handler" method="post">
      <kupu:define-slot name="form" />
    </form>
  </kupu:part>

  <!-- Now you need the appropriate wiring, too. Instead of appending
  the fulleditor part directly to the body, we append form part first
  and the fulleditor to that. -->

  <kupu:wire append-slot="body" feature="form" part="form" />
  <kupu:wire append-slot="form" feature="body" part="fulleditor" />

</kupu:feature>

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