| Property | Defined By | ||
|---|---|---|---|
| htmlText : String [override] [write-only] | KCTextInput | ||
| IsHTML : Boolean | KCTextInput | ||
| ManageUndoRedo : Boolean | KCTextInput | ||
| PreventBadControlShortcuts : Boolean | KCTextInput | ||
| RestoringValue : Boolean = false | KCTextInput | ||
| SelectionOnTextEnd : Boolean | KCTextInput | ||
| SelectTextOnFocus : Boolean | KCTextInput | ||
| text : String [override] | KCTextInput | ||
| textCase : int | KCTextInput | ||
| Method | Defined By | ||
|---|---|---|---|
| KCTextInput | |||
| Method | Defined By | ||
|---|---|---|---|
OnTextInputChange(event:Event):void | KCTextInput | ||
setContent(value:String, resetUndoRedoStack:Boolean):void | KCTextInput | ||
| htmlText | property |
htmlText:String [write-only] [override] public function set htmlText(value:String):void| IsHTML | property |
IsHTML:Boolean public function get IsHTML():Boolean public function set IsHTML(value:Boolean):void| ManageUndoRedo | property |
ManageUndoRedo:Boolean public function get ManageUndoRedo():Boolean public function set ManageUndoRedo(value:Boolean):void| PreventBadControlShortcuts | property |
PreventBadControlShortcuts:Boolean public function get PreventBadControlShortcuts():Boolean public function set PreventBadControlShortcuts(value:Boolean):void| RestoringValue | property |
public var RestoringValue:Boolean = false| SelectionOnTextEnd | property |
SelectionOnTextEnd:Boolean public function get SelectionOnTextEnd():Boolean public function set SelectionOnTextEnd(value:Boolean):void| SelectTextOnFocus | property |
SelectTextOnFocus:Boolean public function get SelectTextOnFocus():Boolean public function set SelectTextOnFocus(value:Boolean):void| text | property |
text:String[override] public function get text():String public function set text(value:String):void| textCase | property |
textCase:int public function get textCase():int public function set textCase(value:int):void| KCTextInput | () | Constructor |
public function KCTextInput()| OnTextInputChange | () | method |
protected function OnTextInputChange(event:Event):voidParameters
event:Event |
| setContent | () | method |
protected function setContent(value:String, resetUndoRedoStack:Boolean):voidParameters
value:String | |
resetUndoRedoStack:Boolean |