t
Tag inputHtml


An inline HTML based word processor based on the Kupu library. See http://kupu.oscom.org Right now, the support is limited to one editor per page (but you can use tabs to have multiple editors, but only one rendered at a time). Unless otherwise specified, all attributes accept static values or EL expressions.


Tag Information
Tag Classorg.apache.myfaces.custom.inputHtml.InputHtmlTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsefalsejava.lang.StringThe developer-assigned ID of this component. The ID must be unique within the scope of the tag's enclosing naming container (e.g. h:form or f:subview). This value must be a static value.
bindingfalsefalsejava.lang.StringIdentifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression.
renderedfalsefalsejava.lang.StringA boolean value that indicates whether this component should be rendered. Default value: true.
valuefalsefalsejava.lang.StringThe initial value of this component.
converterfalsefalsejava.lang.StringAn expression that specifies the Converter for this component. If the value binding expression is a String, the String is used as an ID to look up a Converter. If the value binding expression is a Converter, uses that instance as the converter. The value can either be a static value (ID case only) or an EL expression.
immediatefalsefalsejava.lang.StringA boolean value that identifies the phase during which value change events should fire. During normal event processing, value change events are fired during the "invoke application" phase of request processing. If this attribute is set to "true", these methods are fired instead at the end of the "apply request values" phase.
requiredfalsefalsejava.lang.StringA boolean value that indicates whether an input value is required. If this value is true, and no input value is provided, the error message javax.faces.component.UIInput.REQUIRED is posted.
validatorfalsefalsejava.lang.StringA method binding EL expression, accepting FacesContext, UIComponent, and Object parameters, and returning void, that validates the component's local value.
valueChangeListenerfalsefalsejava.lang.StringA method binding EL expression, accepting a ValueChangeEvent parameter and returning void. The specified method is invoked if this component is modified. The phase that this handler is fired in can be controlled via the immediate attribute.
enabledOnUserRolefalsefalsejava.lang.StringIf user is in given role, this component will be rendered normally. If not, no hyperlink is rendered but all nested tags (=body) are rendered.
visibleOnUserRolefalsefalsejava.lang.StringIf user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped.
displayValueOnlyfalsefalsejava.lang.StringIf true, renders only the value of the component, but no input widget. Default is false.
displayValueOnlyStylefalsefalsejava.lang.StringStyle used when displayValueOnly is true.
displayValueOnlyStyleClassfalsefalsejava.lang.StringStyle class used when displayValueOnly is true.
stylefalsefalsejava.lang.StringNo Description
styleClassfalsefalsejava.lang.StringNo Description
fallbackfalsefalsejava.lang.StringUse a text area instead of the javascript HTML editor. Default is false. Use with caution.
typefalsefalsejava.lang.StringThe 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.
allowEditSourcefalsefalsejava.lang.StringAllows the user to edit the HTML source code. Default is true.
allowExternalLinksfalsefalsejava.lang.StringAllows the user to insert external links. Default is true.
addKupuLogofalsefalsejava.lang.StringShow the Kupu Logo in the buttons bar. Default is true.
showAllToolBoxesfalsefalsejava.lang.StringShortcut to avoid setting all the showXXToolBox to true. Default is false.
showPropertiesToolBoxfalsefalsejava.lang.StringShow the Properties tool box next to the text. Default is false.
showLinksToolBoxfalsefalsejava.lang.StringShow the Links tool box next to the text. Default is false.
showImagesToolBoxfalsefalsejava.lang.StringShow the Images tool box next to the text. Default is false.
showTablesToolBoxfalsefalsejava.lang.StringShow the Tables tool box next to the text. Default is false.
showCleanupExpressionsToolBoxfalsefalsejava.lang.StringShow the Cleanup Expressions tool box next to the text. Default is false.
showDebugToolBoxfalsefalsejava.lang.StringShow the Debug tool box next to the text. Default is false.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.