Attributes |
Name | Required | Request-time | Type | Description |
allowBrowseDocuments | false | true | java.lang.String | No Description |
autoCreate | false | true | java.lang.String | No Description |
configParams | false | true | java.util.Map | Sets configuration parameters using a map. The map holds key value pairs of type <String, String> . |
contents | false | true | java.lang.String | No Description |
contentsLanguageId | false | true | java.lang.String | Sets the language ID of the input editor's text. |
cssClass | false | true | java.lang.String | Sets the CSS class for styling this component. |
data | false | true | java.lang.String | No Description |
editorImpl | false | true | java.lang.String | No Description |
inlineEdit | false | true | java.lang.String | No Description |
inlineEditSaveURL | false | true | java.lang.String | No Description |
fileBrowserParams | false | true | java.util.Map | Sets configuration parameters using a map. 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 liferay-ui:input-editor#contents |
name | false | true | java.lang.String | Sets the input editor's name. The default value is editor . |
onBlurMethod | false | true | java.lang.String | Sets a function to be called when the input editor loses focus. |
onChangeMethod | false | true | java.lang.String | Sets a function to be called on a change in the input editor. |
onFocusMethod | false | true | java.lang.String | Sets a function to be called when the input editor gets focus. |
onInitMethod | false | true | java.lang.String | Sets a function to be called when the input editor initializes. |
placeholder | false | true | java.lang.String | Sets placeholder text to display in the input editor. |
resizable | false | true | boolean | Sets whether the field for the input editor is resizable. The default value is true . |
showSource | false | true | java.lang.String | Sets whether to enable editing the HTML source code of the content. The default value is true . |
skipEditorLoading | false | true | boolean | Sets whether to skip loading resources necessary for the CKEditor. The default value is false . |
toolbarSet | false | true | java.lang.String | Sets the 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 |