@Component(tag="ckeditor",
widgetModule="fujion-ckeditor",
widgetClass="CKEditor",
parentTag="*",
description="CKEditor component.")
public class CKEditor
extends org.fujion.component.BaseInputComponent<String>
| Modifier and Type | Class and Description |
|---|---|
static class |
CKEditor.CKEditorBundle |
| Constructor and Description |
|---|
CKEditor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
_toString(String value) |
protected String |
_toValue(String value) |
boolean |
isReadonly()
Returns true if the input box is read-only.
|
boolean |
isSizable()
Returns true if the editor may be resized manually.
|
static Object |
setBundle(CKEditor.CKEditorBundle bundle)
Sets the CKEditor bundle to be loaded.
|
protected static Object |
setBundleFromString(String bundle)
Sets the CKEditor bundle to be loaded.
|
void |
setReadonly(boolean readonly)
Sets the read-only state of the input box.
|
void |
setSizable(boolean sizable)
If set to true, the editor displays a sizing grip that can be used for manual resizing.
|
_getValue, _onChange, _setValue, _setValue, _toClient, clear, getValue, setValue_syncClasses, _syncStyles, addClass, addMask, addMask, addMask, addStyle, addStyles, afterRemoveChild, focus, getBalloon, getClasses, getContext, getCss, getDragid, getDropid, getFirstVisibleChild, getFirstVisibleChild, getFlex, getHeight, getHint, getKeycapture, getPopup, getStyle, getStyles, getTabindex, getWidth, hide, isDisabled, isVisible, print, print, removeClass, removeMask, removeStyle, reportSize, scrollIntoView, setBalloon, setClasses, setContext, setCss, setDisabled, setDragid, setDropid, setFlex, setFocus, setHeight, setHint, setKeycapture, setPopup, setStyles, setTabindex, setVisible, setWidth, show, toggleClass_attach, _initProps, addChild, addChild, addChild, addChildren, addComposite, addEventForward, addEventForward, addEventForward, addEventForward, addEventListener, addEventListener, addEventListener, addEventListener, afterAddChild, afterSetParent, areEqual, beforeAddChild, beforeRemoveChild, beforeSetParent, bind, bringToFront, defaultify, destroy, destroyChildren, detach, detachChildren, disableChildren, disableChildren, finalize, findAllNamed, findAttribute, findByName, findByName, findChild, findChildByData, findChildByLabel, findChildByLabel, fireEvent, fireEvent, fireEventToClient, fireEventToClient, getAncestor, getAncestor, getAttribute, getAttribute, getAttributes, getChildAt, getChildCount, getChildCount, getChildren, getChildren, getContent, getControllers, getData, getData, getDefinition, getFirstChild, getFirstChild, getId, getIndex, getLastChild, getLastController, getLastController, getName, getNamespace, getNextSibling, getNextSibling, getPage, getParent, getPreviousSibling, getPreviousSibling, getRoot, hasChildren, hasEventListener, hasEventListener, initialize, invoke, invoke, invoke, invoke, invoke, invokeIfAttached, isAncestor, isContainer, isContentSynced, isDead, isInitializing, isNamespace, isRendered, loadModule, loadModule, notifyAncestors, notifyDescendants, nullify, onAttach, onDestroy, propertyChange, propertyChange, removeChild, removeEventForward, removeEventForward, removeEventForward, removeEventForward, removeEventListener, removeEventListener, removeEventListener, removeEventListener, setContent, setContentSynced, setData, setIndex, setName, setNamespace, setParent, sub, swapChildren, sync, toString, trimify, validate, validate, validateChild, validateIsChild, validateName, validatePage, validateParent, wireController, wireControllerpublic static Object setBundle(CKEditor.CKEditorBundle bundle)
bundle - The bundle to load.protected static Object setBundleFromString(String bundle)
bundle - The bundle to load.@Component.PropertyGetter(value="readonly",
description="True if the input box is read-only.")
public boolean isReadonly()
@Component.PropertySetter(value="readonly",
defaultValue="false",
description="True if the input box is read-only.")
public void setReadonly(boolean readonly)
readonly - If true, the contents of the input box may not be changed by the user.@Component.PropertyGetter(value="sizable",
description="If true, a sizer grip allows manual resizing of the editor. If false, the editor size matches the container size.")
public boolean isSizable()
@Component.PropertySetter(value="sizable",
defaultValue="true",
description="If true, a sizer grip allows manual resizing of the editor. If false, the editor size matches the container size.")
public void setSizable(boolean sizable)
sizable - True if the editor may be resized manually.protected String _toValue(String value)
_toValue in class org.fujion.component.BaseInputComponent<String>Copyright © 2023 Fujion Framework. All rights reserved.