ezxmlinputhandler
Summary
Contains information about XML data.Persistent
No.Attributes
Attribute | Type | Static* | Description |
---|---|---|---|
input_xml |
string |
Yes. |
The text that the end-user has input to the system. |
edit_template_name |
string |
No. |
The name of the template that is used when the object attribute is being edited. The default is "ezxmltext", but can be overridden for a custom handler (for example the Online Editor). |
information_template_name |
string |
No. |
The name of the template that will be used when the object attribute is collecting information. The default is "ezxmltext", but can be overridden for a custom handler (for example the Online Editor). |
aliased_type |
string |
Yes. |
Returns the name of the original handler. This will normally be FALSE (no alias) - the Online Editor takes control of the XML field using an alias. |
alias_handler |
string |
No. |
Returns the original handler if the "aliased_type" attribute is non-false. |
* Indicates whether the attribute provides a pre-fetched value or if it needs to be computed upon request.
Balazs Halasy (16/03/2005 10:02 am)
Svitlana Shatokhina (13/02/2007 3:44 pm)
Comments
There are no comments.