ICEfaces EE Composite Components
Tag inputRichTextColumn


The Input Rich Text Column Composite Component is used in conjuction with the editableTable to render a column displayed as a rich text editor component when in editable mode. This component supports nested validator and converter tags.

Example:
<ice-cc:editableTable bean="#{editableTableExampleBean.editableTableBean}" id="editableTable" idProperty="id"> <ice-cc:textColumn title="Last Name" property="lastName" width="100px"/> </ice-cc:editableTable>


Tag Information
Tag Classjavax.faces.webapp.UIComponentTag
TagExtraInfo ClassNone
Body Contenttagdependent
Display NameInput Rich Text Column Composite Component

Attributes
NameRequiredRequest-timeTypeDescription
propertytruefalsejava.lang.StringThe bean property for the column. eg. with Person.birthDate, birthDate is the property, where the Person class has associated getBirthDate and setBirthDate methods
titlefalsefalsejava.lang.StringSets the header title for the column
requiredfalsefalsejava.lang.BooleanSets whether the input value is required
styleClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) to be applied when this element is rendered.
customConfigPathfalsefalsejava.lang.StringThis attribute defines the path of the custom config file, the path is relative to the web app.
heightfalsefalsejava.lang.StringThe height of the editor
languagefalsefalsejava.lang.StringThe support of multi-language can use the following 54 languages. (e.g.) To set the French language use language="fr" Afrikaans (af) Arabic (ar) Basque (eu) Bengali/Bangla (bn) Bosnian (bs) Bulgarian (bg) Catalan (ca) Chinese Simplified (zh-cn) Chinese Traditional (zh) Croatian (hr) Czech (cs) Danish (da) Dutch (nl) English (en) English (Australia) (en-au) English (Canadian) (en-ca) English (United Kingdom) (en-uk) Esperanto (eo) Estonian (et) Faroese (fo) Finnish (fi) French (fr) Galician (gl) German (de) Greek (el) Hebrew (he) Hindi (hi) Hungarian (hu) Italian (it) Japanese (ja) Khmer (km) Korean (ko) Latvian (lv) Lithuanian (lt) Malay (ms) Mongolian (mn) Norwegian (no) Norwegian Bokmal (nb) Persian (fa) Polish (pl) Portuguese (Brazil) (pt-br) Portuguese (Portugal) (pt) Romanian (ro) Russian (ru) Serbian (Cyrillic) (sr) Serbian (Latin) (sr-latn) Slovak (sk) Slovenian (sl) Spanish (es) Swedish (sv) Thai (th) Turkish (tr) Ukrainian (uk) Vietnamese (vi)
skinfalsefalsejava.lang.StringThe following skins can be set to the component. default office2003 silver
toolbarfalsefalsejava.lang.StringThere are two valid values for this field and its case sensitive. Default Basic
widthfalsefalsejava.lang.StringThe width of the editor

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.