Attributes |
Name | Required | Request-time | Type | Description |
allowBrowseDocuments | false | true | java.lang.String | No Description |
autoCreate | false | true | java.lang.String | No Description |
configKey | false | true | java.lang.String | No Description |
configParams | false | true | java.util.Map | A map of configuration parameters. The map holds key value pairs of type <String, String> . |
contents | false | true | java.lang.String | No Description |
contentsLanguageId | false | true | java.lang.String | The ID of a language for the input editor's text. |
cssClass | false | true | java.lang.String | A CSS class for styling the component. |
data | false | true | java.lang.String | No Description |
editorImpl | false | true | java.lang.String | Deprecated as of 7.0.0, replaced by the attribute editorName . |
editorName | false | true | java.lang.String | No Description |
fileBrowserParams | false | true | java.util.Map | A map of configuration parameters. The map holds key value pairs of <String, String> . |
height | false | true | java.lang.String | No Description |
initMethod | false | true | java.lang.String | Deprecated as of 7.0.0, replaced by the attribute contents . |
inlineEdit | false | true | java.lang.String | No Description |
inlineEditSaveURL | false | true | java.lang.String | No Description |
name | false | true | java.lang.String | A name for the input editor. The default value is editor . |
onBlurMethod | false | true | java.lang.String | A function to be called when the input editor loses focus. |
onChangeMethod | false | true | java.lang.String | A function to be called on a change in the input editor. |
onFocusMethod | false | true | java.lang.String | A function to be called when the input editor gets focus. |
onInitMethod | false | true | java.lang.String | A function to be called when the input editor initializes. |
placeholder | false | true | java.lang.String | Placeholder text to display in the input editor. |
required | false | true | boolean | Whether the field for the input editor is required. The default value is false . |
resizable | false | true | boolean | Whether the field for the input editor is resizable. The default value is true . |
showSource | false | true | java.lang.String | Whether to enable editing the HTML source code of the content. The default value is true . |
skipEditorLoading | false | true | boolean | Whether to skip loading resources necessary for the CKEditor. The default value is false . |
toolbarSet | false | true | java.lang.String | A toolbar for the input editor. The default value is liferay . Possible values are bbcode , creole , editInPlace , email , liferay , liferayArticle , phone , simple , and tablet . |
width | false | true | java.lang.String | No Description |