|
MIOLO25
|
Membros públicos | |
| __construct ($caption=null, $message=null, $icon='/images/error.gif') | |
| setType ( $type=MPrompt::MSG_TYPE_INFORMATION) | |
| addButton ($label, $href, $event='') | |
| generateInner () | |
| generate () | |
Membros públicos herdados de MInputControl | |
| __construct ( $name, $value, $label='', $color='', $hint='') | |
| setAutoPostBack ( $value) | |
| generateLabel () | |
| getOnClick ($action, $attr, $optional) | |
Membros públicos herdados de MFormControl | |
| setValue ( $value) | |
| getValue () | |
| setSubmittedValue () | |
| setLabel ( $label) | |
| setFormMode ( $mode) | |
| setReadOnly ( $status) | |
Membros públicos herdados de MControl | |
| __construct ( $name=NULL) | |
| setName ($name) | |
| setId ($id) | |
| getId () | |
| getName () | |
| getUniqueId () | |
| __clone () | |
| __set ( $name, $value) | |
| __get ( $name) | |
| setClass ($cssClass, $add=TRUE) | |
| insertClass ( $cssClass) | |
| addStyleFile ( $styleFile) | |
| getClass () | |
| addStyle ($name, $value) | |
| setStyle ($style) | |
| getStyle () | |
| getBoxStyle () | |
| setPosition ($left, $top, $position='absolute') | |
| setWidth ($value) | |
| setHeight ($value) | |
| setColor ($value) | |
| setVisibility ($value) | |
| setFont ($value) | |
| addAttribute ( $name, $value='') | |
| setAttribute ( $name, $value=null) | |
| getAttribute ( $name) | |
| setAttributes ($attr) | |
| attributes ( $mergeDuplicates=false) | |
| getAttributes ( $mergeDuplicates=false) | |
| setEnabled ($state) | |
| setJsHint ( $hint) | |
| setHint ( $hint) | |
| setCaption ($caption) | |
| setHTMLTitle ($title) | |
| eventHandler () | |
| attachEventHandler ( $name, $handler, $param=NULL) | |
| addEvent ($event, $handler, $preventDefault=true) | |
| hasEvent ($event) | |
| generateEvent () | |
| setContent ($inner) | |
| setInner ($inner) | |
| getInner () | |
| getRender ( $method) | |
| getInnerToString () | |
| getCSSP () | |
| __toString () | |
Membros públicos herdados de MComponent | |
| getManager () | |
Membros públicos estáticos | |
| static | alert ($msg, $goto='', $event='') |
| static | error ($msg='', $goto='', $caption='', $event='') |
| static | information ($msg, $goto='', $event='') |
| static | confirmation ($msg, $gotoOK='', $gotoCancel='', $eventOk='', $eventCancel='') |
| static | question ($msg, $gotoYes='', $gotoNo='', $eventYes='', $eventNo='') |
Outros membros herdados | |
Atributos Públicos Estáticos herdados de MControl | |
| static | $_number = 0 |
Membros protegidos herdados de MFormControl | |
| generateLabelMode ($label) | |
Membros protegidos herdados de MControl | |
| _addStyle ($name, $value) | |
| __construct | ( | $caption = null, | |
| $message = null, | |||
| $icon = '/images/error.gif' ) |
| addButton | ( | $label, | |
| $href, | |||
| $event = '' ) |
Adds a button to the prompt dialog.
| (string) | $label Button label |
| (string) | $href Url address which will be open when the button is clicked |
| (string) | $event A event which will be attached to the button |
|
static |
|
static |
|
static |
| generate | ( | ) |
Reimplementado de MControl.
| generateInner | ( | ) |
Reimplementado de MControl.
|
static |
|
static |
| setType | ( | $type = MPrompt::MSG_TYPE_INFORMATION | ) |
Sets the type of the message. Use the MPrompt::MSG_TYPE_??? constants as parameter
| (string) | $type |
| $buttons |
| $caption |
| $message |
| $type = MPrompt::MSG_TYPE_PROMPT |
| const MSG_TYPE_ALERT = 'alert' |
Alert type message
| const MSG_TYPE_CONFIRMATION = 'confirmation' |
Confirmation type message
| const MSG_TYPE_ERROR = 'error' |
Error type message
| const MSG_TYPE_INFORMATION = 'information' |
Information type message
| const MSG_TYPE_PROMPT = 'prompt' |
Prompt type message
| const MSG_TYPE_QUESTION = 'question' |
Question type message