[DAISY] Updated: Cocoon Forms: Javascript API
| Newsgroups | gmane.text.xml.cocoon.documentation |
|---|---|
| Message-ID | <[email protected]> |
A document has been updated:
http://cocoon.zones.apache.org/daisy/documentation/491.html
Document ID: 491
Branch: main
Language: default
Name: Cocoon Forms: Javascript API (unchanged)
Document Type: Cocoon Document (unchanged)
Updated on: 4/14/08 5:01:11 PM
Updated by: Luca Morandini
A new version has been created, state: draft
Parts
=====
Content
-------
This part has been updated.
Mime type: text/xml (unchanged)
File name: (unchanged)
Size: 3162 bytes (previous version: 3167 bytes)
Content diff:
(14 equal lines skipped)
<a href="http://cocoon.apache.org/2.2/blocks/forms/1.0/apidocs/org/apache/cocoon/forms/formmodel/Widget.html">Widget
interface</a>. A Form is itself a Widget, hence you acan access its Widget
interface using the getModel method. To set the state of a Widget, the
--- <a href="http://cocoon.apache.org/2.2/blocks/forms/1.0/apidocs/org/apache/cocoon/forms/formmodel/WidgetState.html">WidgeState</a>
--- Java class has to be imported, with this statement:</p>
+++ <a href="http://cocoon.apache.org/2.2/blocks/forms/1.0/apidocs/org/apache/cocoon/forms/formmodel/WidgetState.html">WidgeState
+++ class</a> has to be imported, with this statement:</p>
<pre>importClass(org.apache.cocoon.forms.formmodel.WidgetState);</pre>
(84 equal lines skipped)