| Attributes |
| Name | Required | Request-time | Type | Description |
| configParams | false | true | java.util.Map | Sets configuration parameters using a map. The map holds key value pairs of type <String, String>. |
| 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. |
| 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 | No Description |
| 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. |
| resizable | false | true | boolean | Sets whether the field for the input editor is resizable. 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 |