Class \Prado\Web\UI\ActiveControls\TActiveHyperLink
        TActiveHyperLink class.
        
    The active control counterpart of THyperLink component. When \Prado\Web\UI\ActiveControls\TBaseActiveControl::setEnableUpdate property is true the during a callback request, setting \Prado\Web\UI\ActiveControls\setText property will also set the text of the label on the client upon callback completion. Similarly, for other properties such as \Prado\Web\UI\ActiveControls\setImageUrl, \Prado\Web\UI\ActiveControls\setNavigateUrl and \Prado\Web\UI\ActiveControls\setTarget.
Class hierarchy
- \Prado\Web\UI\ActiveControls\TActiveHyperLink implements IActiveControl
- 
                     \Prado\Web\UI\WebControls\THyperLink
                    implements
                            IDataRenderer \Prado\Web\UI\WebControls\THyperLink
                    implements
                            IDataRenderer
- 
                     \Prado\Web\UI\WebControls\TWebControl
                    implements
                            IStyleable \Prado\Web\UI\WebControls\TWebControl
                    implements
                            IStyleable
- 
                     \Prado\Web\UI\TControl
                    implements
                            IRenderable,                             IBindable \Prado\Web\UI\TControl
                    implements
                            IRenderable,                             IBindable
- 
                     \Prado\TApplicationComponent \Prado\TApplicationComponent
- 
                     \Prado\TComponent \Prado\TComponent
Since: 3.1
| 
            public
                                                             | 
                    __construct() : mixed                
                    Creates a new callback control, sets the adapter to
TActiveControlAdapter. If you override this class, be sure to set the
adapter appropriately by, for example, by calling this constructor.
                    
                 | 
| 
            public
                                                             | |
| 
            public
                                                             | |
| 
            public
                                                             | 
                    setNavigateUrl(string $value) : mixed                
                    Sets the URL to link to when the THyperLink component is clicked.
                    
                 | 
| 
            public
                                                             | 
                    setTarget(string $value) : mixed                
                    Sets the target window or frame to display the Web page content linked to when the THyperLink component is clicked.
                    
                 | 
| 
            public
                                                             |