This element allows you to set options relating to the EditLive! for Java editing pane.
<editLiveForJava>
<wysiwygEditor>
<editLiveForJava> ... <wysiwygEditor ... /> ... </editLiveForJava> |
Attribute | Description |
tabPlacement | This attribute defines where the Design and Code
view tabs are placed on the editor pane. Default Value: top Possible Values:
|
The following example would display the Design and Code tabs on the bottom of the editor pane.
<editLiveForJava>
...
<wysiwygEditor tabPlacement="bottom"
/>
...
</editLiveForJava>
The <wysiwygEditor> element can appear only once within the <editLiveForJava> element.
The <wysiwygEditor> element must be a complete tag, it cannot contain a tag body. Therefore the tag must be closed in the same line. See the example below:
<wysiwygEditor tabPlacement=... />
Copyright © 2003 Ephox Corporation. All Rights Reserved.