

Public Member Functions | |
| __construct ($name, $caption, $url, $hint, $enabled, $enabledImage, $disabledImage, $method='') | |
| setMethod ($method='post') | |
| getButton () | |
| show () | |
| hide () | |
| enable () | |
| disable () | |
Public Attributes | |
| $name | |
| $caption | |
| $enabled | |
Private Attributes | |
| $url | |
| $hint | |
| $enabledImage | |
| $disabledImage | |
| $button | |
| $method = '' | |
CopyLeft:
CopyLeft (L) 2005 SOLIS - Cooperativa de Soluções Livres
License:
Licensed under GPL (for further details read the COPYING file or http://www.gnu.org/copyleft/gpl.html)
History:
See history in CVS repository: http://www.miolo.org.br
Definition at line 34 of file mtoolbar.class.
| MToolBarButton::__construct | ( | $ | name, | |
| $ | caption, | |||
| $ | url, | |||
| $ | hint, | |||
| $ | enabled, | |||
| $ | enabledImage, | |||
| $ | disabledImage, | |||
| $ | method = '' | |||
| ) |
Definition at line 47 of file mtoolbar.class.
References $caption, $disabledImage, $enabled, $enabledImage, $hint, $method, $name, $url, disable(), and enable().
Here is the call graph for this function:

| MToolBarButton::setMethod | ( | $ | method = 'post' |
) |
| MToolBarButton::getButton | ( | ) |
Definition at line 73 of file mtoolbar.class.
| MToolBarButton::show | ( | ) |
Definition at line 78 of file mtoolbar.class.
References enable().
Here is the call graph for this function:

| MToolBarButton::hide | ( | ) |
Definition at line 83 of file mtoolbar.class.
| MToolBarButton::enable | ( | ) |
Definition at line 88 of file mtoolbar.class.
Referenced by __construct(), and show().
Here is the caller graph for this function:

| MToolBarButton::disable | ( | ) |
Definition at line 101 of file mtoolbar.class.
Referenced by __construct().
Here is the caller graph for this function:

| MToolBarButton::$name |
Reimplemented from MComponent.
Definition at line 36 of file mtoolbar.class.
Referenced by __construct().
| MToolBarButton::$caption |
A caption for the control.
Reimplemented from MControl.
Definition at line 37 of file mtoolbar.class.
Referenced by __construct().
| MToolBarButton::$enabled |
Indicates if the control is enabled/disabled.
Reimplemented from MControl.
Definition at line 38 of file mtoolbar.class.
Referenced by __construct().
MToolBarButton::$url [private] |
MToolBarButton::$hint [private] |
MToolBarButton::$enabledImage [private] |
MToolBarButton::$disabledImage [private] |
MToolBarButton::$button [private] |
Definition at line 44 of file mtoolbar.class.
MToolBarButton::$method = '' [private] |