A document has been updated:
http://cocoon.zones.apache.org/daisy/documentation/497.html
Document ID: 497
Branch: main
Language: default
Name: Messages widget (previously Cocoon Forms: messages widget)
Document Type: Document (unchanged)
Updated on: 10/6/05 10:13:05 AM
Updated by: Bruno Dumon
A new version has been created, state: publish
Parts
=====
Content
-------
This part has been updated.
Mime type: text/xml (unchanged)
File name: (unchanged)
Size: 838 bytes (previous version: 110 bytes)
Content diff:
(2 equal lines skipped)
<h1>Concept</h1>
--- <p>TO BE DONE</p>
+++ <p>A widget to output one or messages. This widget doesn't respond to input
from
+++ the user, except that on each form submit the messages are cleared.</p>
+++ <p>This widget is typically used to communicate extra messages to the user,
that
+++ aren't associated with any other widget in particular.</p>
+++
<h1>Configuration</h1>
--- <p>TO BE DONE</p>
+++ <pre><fd:messages id="..." state="...">
+++ </fd:messages>
+++ </pre>
+++ <p>While the fd:messages widget can have validators etc., this probably
does not
+++ make much sense for this widget so they are not mentioned above.</p>
+++
+++ <h1>API</h1>
+++
+++ <p>Messages are added using the <tt>addMessage</tt> method on this widget.
The
+++ argument can be a string, but also any object implementing the XMLizable
+++ interface, for example
<tt>org.apache.cocoon.forms.util.I18nMessage</tt>.</p>
+++
</body>
</html>
Fields
======
no changes
Links
=====
no changes
Custom Fields
=============
no changes
Collections
===========
no changes