| Package | org.servebox.toolbox.form.elements |
| Class | public class SmartTextAreaVertical |
| Inheritance | SmartTextAreaVertical mx.containers.VBox |
| Implements | mx.binding.IBindingClient |
| Property | Defined by | ||
|---|---|---|---|
| _102727412label : String [write-only]
Set the label of the componenent, label could be very long, displaying in a mx:Text Component.
| SmartTextAreaVertical | ||
| globalVBoxWidth : Number [read-only]
| SmartTextAreaVertical | ||
| label : String [read-only]
| SmartTextAreaVertical | ||
| labelWidth : Number
TO DO: trouver une solution pour ce moins 200 ....
| SmartTextAreaVertical | ||
| open : Boolean [write-only]
Change the state of the component
| SmartTextAreaVertical | ||
| text : String [read-only]
Public Accessor linked on the text properties of the textarea tArea
| SmartTextAreaVertical | ||
| textAreaHeight : Number [read-only]
| SmartTextAreaVertical | ||
| Method | Defined by | ||
|---|---|---|---|
|
getShortTextForPreview(t:String):String
return a part of the text, caracter length on the preview can be change.
| SmartTextAreaVertical | ||
|
initializeTarea():void
Initialize the component
| SmartTextAreaVertical | ||
|
setExpandBox():void
Define the little box for expand/unexpand the texte area.
| SmartTextAreaVertical | ||
|
switchImageSource(event:MouseEvent):void
if imageClose && imageOpen where specified change the source
| SmartTextAreaVertical | ||
|
switchTArea():void
switch between display Textarea of display TextPreview State
| SmartTextAreaVertical | ||
|
textareaWheelHandler(event:MouseEvent):void
on mouse wheel over a textearea redispatch event to the parent
| SmartTextAreaVertical | ||
| _102727412label | property |
_102727412label:String [write-only]Set the label of the componenent, label could be very long, displaying in a mx:Text Component.
Implementation public function set _102727412label(value:String):void
| globalVBoxWidth | property |
globalVBoxWidth:Number [read-only]This property can be used as the source for data binding.
Implementation public function get globalVBoxWidth():Number
| label | property |
label:String [read-only]Implementation
public function get label():String
| labelWidth | property |
labelWidth:Number [read-write]TO DO: trouver une solution pour ce moins 200 ....
This property can be used as the source for data binding.
Implementation public function get labelWidth():Number
public function set labelWidth(value:Number):void
| open | property |
open:Boolean [write-only]Change the state of the component
Implementation public function set open(value:Boolean):void
| text | property |
text:String [read-only]Public Accessor linked on the text properties of the textarea tArea
Implementation public function get text():String
| textAreaHeight | property |
textAreaHeight:Number [read-only]Implementation
public function get textAreaHeight():Number
| getShortTextForPreview | () | method |
public function getShortTextForPreview(t:String):Stringreturn a part of the text, caracter length on the preview can be change.
Parameterst:String |
String |
| initializeTarea | () | method |
public function initializeTarea():voidInitialize the component
| setExpandBox | () | method |
public function setExpandBox():voidDefine the little box for expand/unexpand the texte area. if no imageOpen && imageClose specified the expandBox will be a square with thin border and the properties expandBoxLabelOpen && expandBoxLabelClose inside default is "+" and "-"
| switchImageSource | () | method |
public function switchImageSource(event:MouseEvent):voidif imageClose && imageOpen where specified change the source
Parametersevent:MouseEvent |
| switchTArea | () | method |
public function switchTArea():voidswitch between display Textarea of display TextPreview State
| textareaWheelHandler | () | method |
public function textareaWheelHandler(event:MouseEvent):voidon mouse wheel over a textearea redispatch event to the parent
Parametersevent:MouseEvent |