Packagecom.jwopitz.controls
Classpublic class HyperlinkText
InheritanceHyperlinkText Inheritance mx.containers.Canvas

HyperlinkText is an accessible component that provides a simple single or multiline text field that functions like an HTML hyperlink.

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

mx.containers.Canvas
mx.controls.LinkButton
mx.core.UITextField


Public Properties
 PropertyDefined by
  text : String
Specifies the plain text displayed by this control.
HyperlinkText
Public Methods
 MethodDefined by
  
Constructor
HyperlinkText
Protected Methods
 MethodDefined by
  
If a defined width is set, then the textField's wordWrap is set to true.
HyperlinkText
Styles
 StyleDescriptionDefined by
  
rollOverStyle
Type: String   CSS Inheritance: no
Style declaration for when the rollOver event has been triggered over the linkBtn.
HyperlinkText
Property detail
textproperty
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
Constructor detail
HyperlinkText()constructor
public function HyperlinkText()

Constructor

Method detail
updateTextFieldProperties()method
protected function updateTextFieldProperties():void

If a defined width is set, then the textField's wordWrap is set to true.