@Component(tag="ckeditor", widgetModule="fujion-ckeditor", widgetClass="CKEditor", parentTag="*", description="CKEditor component.") public class CKEditor extends BaseInputComponent<String>
BaseComponent.SubComponentlog| 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.
|
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, onDestroyTracked, 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, finalize, findAllNamed, findAttribute, findByName, findByName, findChildByData, findChildByLabel, fireEvent, fireEvent, fireEventToClient, fireEventToClient, getAncestor, getAncestor, getAttribute, getAttribute, getAttributes, getChild, getChildAt, getChildCount, getChildCount, getChildren, getChildren, getContent, getController, getControllers, getData, getData, getDefinition, getFirstChild, getId, getIndex, getLastChild, getLastController, getName, getNamespace, getNextSibling, getPage, getParent, getPreviousSibling, getRoot, hasChildren, hasEventListener, hasEventListener, invoke, invoke, invoke, invoke, invoke, invokeIfAttached, isAncestor, isContainer, isContentSynced, isDead, isNamespace, isRendered, loadModule, loadModule, notifyAncestors, notifyDescendants, nullify, onAttach, onDestroy, propertyChange, removeChild, removeEventForward, removeEventForward, removeEventForward, removeEventForward, removeEventListener, removeEventListener, removeEventListener, removeEventListener, setContent, setContentSynced, setData, setIndex, setName, setNamespace, setParent, sub, swapChildren, swapTrackedComponents, sync, toString, trackComponent, trimify, untrackComponent, validate, validate, validateChild, validateIsChild, validateName, validatePage, validateParent, wireController, wireControllerclone, equals, getClass, hashCode, notify, notifyAll, wait, wait, waittransformForClient@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 BaseInputComponent<String>protected String _toString(String value)
_toString in class BaseInputComponent<String>Copyright © 2018 Fujion Framework. All rights reserved.