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).


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

Attributes
NameRequiredRequest-timeTypeDescription
addKupuLogofalsefalsejava.lang.String Show the Kupu Logo in the buttons bar. Default is true.
allowEditSourcefalsefalsejava.lang.String Allows the user to edit the HTML source code. Default is true.
allowExternalLinksfalsefalsejava.lang.String Allows the user to insert external links. Default is true.
bindingfalsefalsejava.lang.StringComponent binding.
converterfalsefalsejava.lang.StringId of Converter to be used or reference to a Converter.
displayValueOnlyfalsefalsejava.lang.String If true, renders only the value of the component, but no input widget. Default is false.
displayValueOnlyStylefalsefalsejava.lang.String Style used when displayValueOnly is true.
displayValueOnlyStyleClassfalsefalsejava.lang.String Style class used when displayValueOnly is true.
enabledOnUserRolefalsefalsejava.lang.String If user is in given role, this component will be rendered normally. If not, no hyperlink is rendered but all nested tags (=body) are rendered.
fallbackfalsefalsejava.lang.String Use a text area instead of the javascript HTML editor. Default is false. Use with caution.
idfalsefalsejava.lang.StringEvery component may have an unique id. Automatically created if omitted.
immediatefalsefalsejava.lang.String Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase.
renderedfalsefalsejava.lang.StringIf false, this component will not be rendered.
requiredfalsefalsejava.lang.StringIf true, this component will be checked for non-empty input.
showAllToolBoxesfalsefalsejava.lang.String Shortcut to avoid setting all the showXXToolBox to true. Default is false.
showCleanupExpressionsToolBoxfalsefalsejava.lang.String Show the Cleanup Expressions tool box next to the text. Default is false.
showDebugToolBoxfalsefalsejava.lang.String Show the Debug tool box next to the text. Default is false.
showImagesToolBoxfalsefalsejava.lang.String Show the Images tool box next to the text. Default is false.
showLinksToolBoxfalsefalsejava.lang.String Show the Links tool box next to the text. Default is false.
showPropertiesToolBoxfalsefalsejava.lang.String Show the Properties tool box next to the text. Default is false.
showTablesToolBoxfalsefalsejava.lang.String Show the Tables tool box next to the text. Default is false.
stylefalsefalsejava.lang.StringNo Description
styleClassfalsefalsejava.lang.StringNo Description
typefalsefalsejava.lang.String 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.
validatorfalsefalsejava.lang.StringMethodBinding pointing at a method that will be called during Process Validations phase of the request processing lifecycle, to validate the current value of this component.
valuefalsefalsejava.lang.StringInitial value to set when rendered for the first time.
valueChangeListenerfalsefalsejava.lang.StringListener for value changes.
visibleOnUserRolefalsefalsejava.lang.String If 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.

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.