Portlet Title | Simple Property Editors |
Portlet Name | wm_simplepropertyeditors |
Portlet File Name | wm_simplepropertyeditors.pdp |
Top-level Folder | system |
JSR168 Portlet? | No |
Alias | portlet.simplepropertyeditors |
Default Instances of the portlet | None |
Property Editor | Description |
boolean | Renders a check box whose value is true when the check box is selected; otherwise the value is false. |
button | Renders a button. |
checkbox | Renders a check box. |
checkbox-multiple | Renders a set of check boxes. |
file | Renders a hidden input field. |
imagebutton | Renders an image button. |
java.lang.Object | Renders a text input field. This is the same as the text property editor. |
label | Renders the value of the property as a simple label. |
label_with_fallback | Renders the property as a simple label if the property has a value; otherwise the label to render is retrieved from a resource bundle. |
list | Renders a multi-select list box. |
localizableLabel | Renders a label that is retrieved from a resource bundle. |
map | Renders a panel that an end user can use to enter name/value pairs. |
orderedmap | Renders a panel that an end user can use to enter name/value pairs. The end user can also order the name/value pairs. |
password | Renders a password input field. |
password-confirm | Renders a password input field with validation to ensure the passwords match. |
radio | Renders a radio button. |
radio-multiple | Renders a set of radio buttons. |
select | Renders a list box from which a user can select one entry; that is, a select-one list box. |
select-categorized | Renders a select-one list box whose entries are categorized. |
select-multiple | Renders a list box from which a user can select multiple entries; that is, a select-many list box. |
submit | Renders a submit button. |
text | Renders a text input field. |
textarea | Renders a multi-line text input field. |
textarea-popup | Renders a multi-line text input field where a user edits the property value via a popup window. |