|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.dom.css.CssBase
to.etc.domui.dom.html.NodeBase
to.etc.domui.dom.html.NodeContainer
to.etc.domui.dom.html.InputNodeContainer
to.etc.domui.dom.html.TextArea
to.etc.domui.component.htmleditor.FCKEditor
public class FCKEditor
This represents a FCKEditor instance.
Constructor Summary | |
---|---|
FCKEditor()
|
Method Summary | |
---|---|
void |
createContent()
To create the editor we need to replace the core code. |
IEditorFileSystem |
getFileSystem()
|
java.lang.String |
getToolbarSet()
|
void |
setCssClass(java.lang.String cssClass)
Set the value for the "class" (css class) attribute. |
void |
setFileSystem(IEditorFileSystem fileSystem)
|
void |
setToolbarSet(FCKToolbarSet set)
|
void |
setToolbarSet(java.lang.String toolbarSet)
|
Methods inherited from class to.etc.domui.dom.html.TextArea |
---|
acceptRequestParameter, bind, getCols, getRawValue, getRows, getValue, getValueSafe, hasError, isBound, isDisabled, isModified, setCols, setDisabled, setModified, setRows, setValue, validate, visit |
Methods inherited from class to.etc.domui.dom.html.InputNodeContainer |
---|
callOnValueChanged, getOnValueChanged, isMandatory, isReadOnly, setMandatory, setOnValueChanged, setReadOnly |
Methods inherited from class to.etc.domui.dom.html.NodeContainer |
---|
add, add, add, addTable, canContain, delegateTo, findChildIndex, forceRebuild, getChild, getChildCount, getChildren, getDeepChild, getDeepChildren, getErrorFence, internalCheckNotDirty, internalClearDelta, internalClearDeltaFully, internalGetOldChildren, internalShelve, internalUnshelve, iterator, moveControlToModel, moveModelToControl, onRefresh, removeAllChildren, removeChild, removeChild, replaceChild, setControlsEnabled, setErrorFence, setErrorFence, setText, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface to.etc.domui.dom.html.IControl |
---|
getErrorLocation, isMandatory, isReadOnly, setErrorLocation, setMandatory, setReadOnly |
Methods inherited from interface to.etc.domui.dom.html.IDisplayControl |
---|
setTestID |
Methods inherited from interface to.etc.domui.dom.html.IActionControl |
---|
setTestID |
Methods inherited from interface to.etc.domui.dom.html.IHasChangeListener |
---|
getOnValueChanged, setOnValueChanged |
Methods inherited from interface to.etc.domui.dom.errors.INodeErrorDelegate |
---|
clearMessage, getMessage, setMessage |
Constructor Detail |
---|
public FCKEditor()
Method Detail |
---|
public void setCssClass(java.lang.String cssClass)
NodeBase
setCssClass
in class NodeBase
public void createContent() throws java.lang.Exception
To create the editor we need to replace the core code. We add a textarea having the ID and a special class (ui-fck). This special class is an indicator to the submit logic that the textarea is an FCKEditor instance. This causes it to use special logic to retrieve a value.
Javascript stanza:
var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; oFCKeditor.BasePath = sBasePath ; oFCKeditor.ReplaceTextarea() ;
createContent
in class NodeBase
java.lang.Exception
NodeBase.createContent()
public java.lang.String getToolbarSet()
public void setToolbarSet(java.lang.String toolbarSet)
public IEditorFileSystem getFileSystem()
public void setFileSystem(IEditorFileSystem fileSystem)
public void setToolbarSet(FCKToolbarSet set)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |