9. Tomahawk Tag Reference
Documentation
>
Tomahawk
>
Tomahawk Tag Reference
>
Tomahawk Tag Library
> t:inputHtml
|
t:inputHtml |
|
<p>
The <t:inputHtml> tag displays the Kupu WYSIWYG XHTML text editor (see http://kupu.oscom.org). Only one inputHtml tag can be used per page, but multiple editors can be used if they are placed in different tags (such as
<a href="tomahawk-panelTabbedPane.html"><em><a href="tomahawk-panelTabbedPane.html"><strong><t:panelTabbedPane> </strong></a></em></a>) so that only one renders at a time.
</p>
Example
<t:inputHtml> </t:inputHtml>
|
Tag Attributes
| accesskey |
Text |
| |
| HTML:Sets the access key for this element.
|
| addKupuLogo |
Text |
| |
| The addKupuLogo attribute expects a boolean value that, when true, displays the Kupu editor icon in the button bar of this component. The default value is true.
|
| align |
Text |
| |
| HTML:Specifies the horizontal alignment of this element. Deprecated in HTML 4.01.
|
| allowEditSource |
Text |
| |
| The allowEditSource attribute expects a boolean value that, when true, enables the user to edit the source code of the HTML being edited. The default value is true.
|
| allowExternalLinks |
Text |
| |
| The allowExternalLinks attribute expects a boolean value that, when true, permits the user to enter hyperlinks in this text field. The default value is true.
|
| alt |
Text |
| |
| HTML:Specifies alternative text that can be used by a browser that can't show this element.
|
| autocomplete |
Text |
| |
| Non HTML standard attribute to disable browser's autocomplete function.
|
| binding |
Expression |
| |
| The value-binding expression linking this component tag to a backing bean property.
|
| converter |
Text |
| |
| The converter attribute sets the converter instance to be registered for this component. It must match the converter-id value of a converter element defined in your Faces configuration file.
|
| converterMessage |
Text |
| |
| Text to be displayed to the user as an error message when conversion of a
submitted value to the target type fails.
<p>
</p>
|
| datafld |
Text |
| |
| The W3C has reserved the datafld attribute for future use.
====MERGED====
The Tomahawk developers have reserved the datafld attribute for future use.
|
| datasrc |
Text |
| |
| The W3C has reserved the datasrc attribute for future use.
====MERGED====
The Tomahawk developers have reserved the datasrc attribute for future use.
|
| dir |
Text |
| |
| HTML:The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left).
|
| disabled |
Text |
| |
| HTML:When true, this element cannot receive focus.
|
| disabledOnClientSide |
Text |
| |
| If true the input is rendered disabled on the client side and
a hidden input is used to actualy submit his value back to
the server.
|
| displayValueOnly |
Text |
| |
| The displayValueOnly attribute expects a boolean value that, when set to true, causes a tag to render its value only, and not the associated UI component.
|
| displayValueOnlyStyle |
Text |
| |
| The displayValueOnlyStyle attribute defines the CSS style applied to the display value of this tag when the displayValueOnly attribute is set to true.
|
| displayValueOnlyStyleClass |
Text |
| |
| The displayValueOnlyStyleClass attribute defines the CSS class applied to the display value of this tag when the displayValueOnly attribute is set to true.
|
| enabledOnUserRole |
Text |
| |
| The enabledOnUserRole attribute determines if this component will be rendered normally or not depending on the user's roles.
|
| fallback |
Text |
| |
| The fallback attribute expects a boolean value that, when true, displays a plain HTML text area field instead of the HTML input component. Some features may not be enabled when this value is true. The default value is false.
|
| forceId |
Text |
| |
| The forceId attribute expects a boolean value, that when set to true, forces the tag to render its ID exactly as specified in the ID attribute. This allows you to apply CSS styles to the tag and to reference it in JavaScript by ID, which is typically not possible using the default JSF component ID naming system. This attribute is false by default.
|
| forceIdIndex |
Text |
| |
| The forceIdIndex attribute effects the component ID name when this component is rendered at runtime. It expects a boolean value that, when true, causes the component to display an index number in its ID value if the component is in a list. It has a default value of true.
|
| id |
Text |
| |
| The unique identifier value for this component. The value must be unique within the closest naming container.
|
| label |
Text |
| |
| A display name for this component.
|
| lang |
Text |
| |
| HTML:The base language of this document.
|
| maxlength |
Text |
| |
| HTML:The maximum number of characters allowed to be entered.
|
| onblur |
Text |
| |
| HTML:Specifies a script to be invoked when the element loses focus.
|
| onchange |
Text |
| |
| HTML:Specifies a script to be invoked when the element is modified.
|
| onclick |
Text |
| |
| HTML:Script to be invoked when the element is clicked.
|
| ondblclick |
Text |
| |
| HTML:Script to be invoked when the element is double-clicked.
|
| onfocus |
Text |
| |
| HTML:Specifies a script to be invoked when the element receives focus.
|
| onkeydown |
Text |
| |
| HTML:Script to be invoked when a key is pressed down over this element.
|
| onkeypress |
Text |
| |
| HTML:Script to be invoked when a key is pressed over this element.
|
| onkeyup |
Text |
| |
| HTML:Script to be invoked when a key is released over this element.
|
| onmousedown |
Text |
| |
| HTML:Script to be invoked when the pointing device is pressed over this element.
|
| onmousemove |
Text |
| |
| HTML:Script to be invoked when the pointing device is moved while it is in this element.
|
| onmouseout |
Text |
| |
| HTML:Script to be invoked when the pointing device is moves out of this element.
|
| onmouseover |
Text |
| |
| HTML:Script to be invoked when the pointing device is moved into this element.
|
| onmouseup |
Text |
| |
| HTML:Script to be invoked when the pointing device is released over this element.
|
| onselect |
Text |
| |
| HTML:Specifies a script to be invoked when the element is selected.
|
| readonly |
Text |
| |
| HTML:When true, indicates that this component cannot be modified by the user.
The element may receive focus unless it has also been disabled.
|
| rendered |
Text |
| |
| A value-binding expression that evaluates to a Boolean condition indicating if this component should be rendered.
|
| required |
Text |
| |
| The required attribute is a boolean flag that indicates whether or not the user is required to provide a value for this field before the form can be submitted to the server.
|
| requiredMessage |
Text |
| |
| Text to be displayed to the user as an error message when this component is
marked as "required" but no input data is present during a postback (ie the
user left the required field blank).
|
| size |
Text |
| |
| HTML:The initial width of this control, in characters.
|
| style |
Text |
| |
| The style attribute sets the CSS style definition to be applied to this component when it is rendered.
|
| styleClass |
Text |
| |
| The styleClass attribute sets the CSS class to apply to this component when it is rendered.
|
| tabindex |
Text |
| |
| HTML:Specifies the position of this element within the tab order of the document.
|
| title |
Text |
| |
| HTML:An advisory title for this element. Often used by the user agent as a tooltip.
|
| type |
Text |
| |
| The type of the value. It can be either fragment for an HTML fragment (default) or document for a full HTML document, with head, title, body, ... tags.
|
| validator |
Text |
| |
| The validator attribute accepts a method-binding expression representing a validator method that will be called when the JSF framework validates this component. A validator method must be a public method that takes FacesContext, UIComponent, and Object parameters, with a return type of void.
|
| validatorMessage |
Text |
| |
| Text which will be shown if validation fails.
|
| value |
Text |
| |
| The value attribute sets the current value for this component.
|
| valueChangeListener |
Text |
| |
| The valueChangeListener attribute accepts a method-binding expression representing a value change listener method to be notified when a new value has been set for this input component. A value change listener method must be a public method that takes a ValueChangeEvent parameter, with a return type of void.
|
| visibleOnUserRole |
Text |
| |
| The visibleOnUserRole attribute determines if this component will be visible or not depending on the user's roles.
|
|