

Public Member Functions | |
| __construct ($name=NULL, $label=NULL, $href=NULL, $text=NULL, $target= '_self') | |
| setOnClick ($onClick) | |
| setText ($text) | |
| setHREF ($href) | |
| setAction ($module= '', $action= '', $item=null, $args=null) | |
| generateInner () | |
| setTarget ($target) | |
Public Attributes | |
| $target = '_self' | |
| $href | |
| $onClick | |
Definition at line 3 of file linkcontrols.class.
| MLink::__construct | ( | $ | name = NULL, |
|
| $ | label = NULL, |
|||
| $ | href = NULL, |
|||
| $ | text = NULL, |
|||
| $ | target = '_self' | |||
| ) |
Reimplemented from MFormControl.
Reimplemented in MImageLink.
Definition at line 10 of file linkcontrols.class.
References $href, MFormControl::$label, MComponent::$name, and $target.
| MLink::setOnClick | ( | $ | onClick | ) |
| MLink::setText | ( | $ | text | ) |
Definition at line 27 of file linkcontrols.class.
| MLink::setHREF | ( | $ | href | ) |
Definition at line 33 of file linkcontrols.class.
References $href.
Referenced by setAction().
Here is the caller graph for this function:

| MLink::setAction | ( | $ | module = '', |
|
| $ | action = '', |
|||
| $ | item = null, |
|||
| $ | args = null | |||
| ) |
Definition at line 39 of file linkcontrols.class.
References setHREF().
Referenced by MActionHyperLink::__construct().
Here is the call graph for this function:

Here is the caller graph for this function:

| MLink::generateInner | ( | ) |
Reimplemented from MControl.
Reimplemented in MLinkButton, and MImageLink.
Definition at line 45 of file linkcontrols.class.
References MControl::addAttribute(), MFormControl::generateLabel(), MControl::getClass(), MControl::getRender(), and MControl::setClass().
Here is the call graph for this function:

| MLink::setTarget | ( | $ | target | ) |
| MLink::$target = '_self' |
Definition at line 5 of file linkcontrols.class.
Referenced by __construct(), MOpenWindow::__construct(), and setTarget().
| MLink::$href |
Definition at line 6 of file linkcontrols.class.
Referenced by __construct(), MGridHeaderLink::__construct(), MOpenWindow::__construct(), MLinkBack::__construct(), and setHREF().
| MLink::$onClick |