|
MIOLO20
|
Membros públicos | |
| __construct ($message, $label=NULL, $actionYes=':confirmAction', $actionNo='javascript:mpopup.remove();', $field=null) | |
Membros públicos herdados de MPopup | |
| __construct ($name, $content, $title, $closeBtn=true) | |
| setShowCloseButton ($showCloseButton) | |
| getShowCloseButton () | |
| generate () | |
| getModalSize () | |
| setModalSize ($modalSize) | |
Membros públicos herdados de MControl | |
| __construct ( $name=NULL) | |
| __clone () | |
| __set ( $name, $value) | |
| __get ( $name) | |
| setReadOnly ($status) | |
| setEnabled ($state) | |
| setName ($name) | |
| setId ($id) | |
| setNameAndId ($name) | |
| getId () | |
| getName () | |
| getUniqueId () | |
| setClass ( $cssClass, $add=true) | |
| addStyleFile ( $styleFile) | |
| getClass () | |
| addStyle ($name, $value) | |
| setStyle ($style) | |
| getStyle () | |
| addAttribute ( $name, $value='') | |
| setTooltip ($title, $placement=self::TOOLTIP_PLACEMENT_AUTO) | |
| setAttribute ( $name, $value) | |
| setAttributes ($attr) | |
| attributes ( $mergeDuplicates=false) | |
| getAttributes ( $mergeDuplicates=false) | |
| setFormMode ( $mode) | |
| setJsHint ( $hint) | |
| setPosition ($left, $top, $position='absolute') | |
| setWidth ($value) | |
| setHeight ($value) | |
| setColor ($value) | |
| setVisibility ($value) | |
| setFont ($value) | |
| setCaption ($caption) | |
| setInner ($inner) | |
| getInner () | |
| addControl ($control) | |
| insertControl ($control, $pos=0, $width=null, $float=null) | |
| setControl ($control, $pos=0) | |
| setControls ($controls) | |
| getControls () | |
| getControl ($pos) | |
| getControlById ($id) | |
| findControlById ($id) | |
| setControlById ($control, $id) | |
| clearControls () | |
| eventHandler () | |
| attachEventHandler ( $name, $handler, $param=NULL) | |
| getBox () | |
| setBoxId ( $id) | |
| setBoxClass ( $cssClass, $add=true) | |
| getBoxClass () | |
| setBoxAttributes ($attr) | |
| getBoxAttributes () | |
| addBoxStyle ($name, $value='') | |
| generateBox ( $content) | |
| getRender ( $method) | |
| getInnerToString () | |
| generateInner () | |
Membros públicos herdados de MComponent | |
| SetName ($name) | |
| GetName () | |
| AddComponent ($component) | |
| InsertComponent ($component, $pos=0) | |
| SetComponent ($component, $pos) | |
| SetComponents ($components) | |
| GetComponents () | |
| GetComponent ($pos) | |
| ClearComponents () | |
Outros membros herdados | |
Membros públicos estáticos herdados de MPopup | |
| static | getPopupContainer () |
| static | prompt ($message, $label=NULL, $action=':promptConfirmation', $defaultValue=NULL) |
| static | alert ($message, $label=NULL, $action='javascript:mpopup.remove();') |
| static | confirm ($message, $label=NULL, $actionYes=NULL, $actionNo='javascript:mpopup.remove();') |
| static | show ($name, $content, $label, $closeButton=true, $focusField=NULL, $ajax=true, $class="", $modalSize=self::POPUP_GRANDE) |
| static | generateBootstrap ($name, $content, $label, $closeButton, $class, $modalSize=self::POPUP_GRANDE) |
| static | remove () |
Campos de Dados herdados de MPopup | |
| const | CONTAINER_ID = 'mPopupResponse' |
| const | PROMPT_FIELD_ID = 'mPopupPromptField' |
| const | POPUP_GRANDE = 'modal-lg' |
| const | POPUP_MEIDA = 'modal-md' |
| const | POPUP_PEQUENA = 'modal-sm' |
| $content | |
| $title | |
Campos de Dados herdados de MControl | |
| const | FORM_MODE_WHOLE_ROW = 0 |
| const | FORM_MODE_SHOW_SIDE = 1 |
| const | FORM_MODE_SHOW_ABOVE = 2 |
| const | FORM_MODE_SHOW_NBSP = 3 |
| const | CLASS_CAPTION = 'm-caption' |
| const | CLASS_CAPTION_REQUIRED = 'm-caption-required' |
| const | TOOLTIP_PLACEMENT_BOTTOM = 'bottom' |
| const | TOOLTIP_PLACEMENT_TOP = 'top' |
| const | TOOLTIP_PLACEMENT_LEFT = 'left' |
| const | TOOLTIP_PLACEMENT_RIGHT = 'right' |
| const | TOOLTIP_PLACEMENT_AUTO = 'auto' |
| $id | |
| $uniqueId | |
| $cssClass | |
| $enabled | |
| $style | |
| $visible | |
| $attrs | |
| $attributes | |
| $formMode | |
| $maintainState | |
| $readonly | |
| $caption | |
| $jsHint | |
| $inner | |
| $controlBox | |
| $box | |
| $cssp | |
| $parent | |
| $controls | |
| $controlsId | |
| $eventHandlers | |
| $painter | |
Campos de Dados herdados de MComponent | |
| $manager | |
| $page | |
| $owner | |
| $components | |
| $componentCount | |
| $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=null, $actionYes=null, $actionNo=null, $field=null) |
Definido na linha 430 do ficheiro mpopup.class.
| __construct | ( | $message, | |
| $label = NULL, | |||
| $actionYes = ':confirmAction', | |||
| $actionNo = 'javascript:mpopup.remove();', | |||
| $field = null ) |
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 |
Definido na linha 440 do ficheiro mpopup.class.