|
MIOLO26
|
Membros públicos | |
| __construct ($message, $label=NULL, $actionYes=':confirmAction', $actionNo='javascript:mpopup.remove();') | |
Membros públicos herdados de MPopup | |
| __construct ($name, $content, $title) | |
| setShowCloseButton ($showCloseButton) | |
| getShowCloseButton () | |
| generate () | |
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) | |
| getBox () | |
| setBoxId ( $id) | |
| setBoxClass ( $cssClass, $add=true) | |
| getBoxClass () | |
| setBoxAttributes ($attr) | |
| getBoxAttributes () | |
| generateBox ( $content) | |
| addAttribute ( $name, $value='') | |
| setAttribute ( $name, $value) | |
| getAttribute ( $name) | |
| setAttributes ($attr) | |
| attributes ( $mergeDuplicates=false) | |
| getAttributes ( $mergeDuplicates=false) | |
| setReadOnly ($status) | |
| setEnabled ($state) | |
| setJsHint ( $hint) | |
| setHint ( $hint) | |
| setCaption ($caption) | |
| setHTMLTitle ($title) | |
| addBoxStyle ($name, $value) | |
| eventHandler () | |
| attachEventHandler ( $name, $handler, $param=NULL) | |
| addEvent ($event, $handler, $preventDefault=true) | |
| hasEvent ($event) | |
| generateEvent () | |
| setContent ($inner) | |
| setInner ($inner) | |
| getInner () | |
| getRender ( $method) | |
| getInnerToString () | |
| getCSSP () | |
| generateInner () | |
| __toString () | |
Membros públicos herdados de MComponent | |
| getManager () | |
Outros membros herdados | |
Membros públicos estáticos herdados de MPopup | |
| static | getPopupContainer () |
| static | setResponseContainer ($responseContainer) |
| static | getResponseContainer () |
| static | prompt ($message, $label=NULL, $action=':promptConfirmation', $defaultValue=NULL) |
| static | alert ($message, $label=NULL, $action='javascript:mpopup.remove();') |
| static | confirm ($message, $label=NULL, $actionYes=':confirmAction', $actionNo='javascript:mpopup.remove();') |
| static | show ($name, $content, $label, $closeButton=true) |
| static | remove () |
Campos de Dados herdados de MPopup | |
| const | CONTAINER_ID = 'mPopupResponse' |
| const | PROMPT_FIELD_ID = 'mPopupPromptField' |
| $content | |
| $title | |
Campos de Dados herdados de MControl | |
| $id | |
| $uniqueId | |
| $enabled | |
| $style | |
| $attrs | |
| $attributes | |
| $maintainState | |
| $readonly | |
| $visible | |
| $caption | |
| $jsHint | |
| $hint | |
| $cssp | |
| $inner | |
| $parent | |
| $eventHandlers | |
| $painter | |
| $event | |
| $formId | |
| const | ALIGN_CENTER = 'center' |
| const | ALIGN_LEFT = 'left' |
| const | ALIGN_RIGHT = 'right' |
| const | FORM_MODE_WHOLE_ROW = 0 |
| const | FORM_MODE_SHOW_SIDE = 1 |
| const | FORM_MODE_SHOW_ABOVE = 2 |
| const | FORM_MODE_SHOW_NBSP = 3 |
| $formMode | |
Campos de Dados herdados de MComponent | |
| $manager | |
| $page | |
| $owner | |
| $name | |
| $className | |
Atributos Públicos Estáticos herdados de MControl | |
| static | $_number = 0 |
Membros protegidos herdados de MControl | |
| _addStyle ($name, $value) | |
Membros protegidos estáticos herdados de MPopup | |
| static | getPromptFields ($message, $action, $defaultValue) |
| static | getAlertFields ($message, $action) |
| static | getConfirmFields ($message, $actionYes, $actionNo) |
| __construct | ( | $message, | |
| $label = NULL, | |||
| $actionYes = ':confirmAction', | |||
| $actionNo = 'javascript:mpopup.remove();' ) |
Confirmation popup constructor.
| string | $message | Message to be shown |
| string | $label | Title string |
| string | $actionYes | Ajax action to be called on clicking the Yes button |
| string | $actionNo | Ajax action to be called on clicking the No button |
Reimplementado de MDiv.