Attributes |
Name | Required | Request-time | Type | Description |
instanceName | true | true | java.lang.String | The unique instance name under which the editor can be retrieved through the API. |
width | false | true | java.lang.String | Width of the FCKeditor instance in the browser window. |
height | false | true | java.lang.String | Height of the FCKeditor instance in the browser window. |
toolbarSet | false | true | java.lang.String | The toolbar set which shall be displayed to the user. |
basePath | false | true | java.lang.String | The path/folder in which the editor is deployed under the given context. The context path will be attached automatically. (e.g. '/fckeditor') |
value | false | true | java.lang.String | Passes any content to the FCKeditor document. Use the jsp:attribute tag for large inline content. \r, \n, and \t will be truncated. |