| Package | com.jwopitz.controls |
| Class | public class HyperlinkText |
| Inheritance | HyperlinkText mx.containers.Canvas |
The <jwo_lib:HyperlinkText> tag inherits the attributes
of its superclass and adds the following attributes:
<mx:TextInput
Properties
text=""
Styles
rollOverStyle="underline"
/>
See also
| Property | Defined by | ||
|---|---|---|---|
| text : String
Specifies the plain text displayed by this control.
| HyperlinkText | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
| HyperlinkText | ||
| Method | Defined by | ||
|---|---|---|---|
|
updateTextFieldProperties():void
If a defined width is set, then the textField's wordWrap is set to true.
| HyperlinkText | ||
| Style | Description | Defined by | ||
|---|---|---|---|---|
|
rollOverStyle
| Type: String CSS Inheritance: no Style declaration for when the rollOver event has been triggered over the linkBtn.
| HyperlinkText | ||
| text | property |
text:String [read-write]Specifies the plain text displayed by this control.
Implementation public function get text():String
public function set text(value:String):void
| HyperlinkText | () | constructor |
public function HyperlinkText()Constructor
| updateTextFieldProperties | () | method |
protected function updateTextFieldProperties():voidIf a defined width is set, then the textField's wordWrap is set to true.