|
MIOLO26
|
Membros públicos | |
| __construct ($message, $display=true, $cssAttributes=array(), $hideTime=10000) | |
Membros públicos herdados de MMessage | |
| __construct ($message, $type=self::TYPE_INFORMATION, $display=true, $msgContainer=self::MSG_CONTAINER_ID, $animate=true, $hideTime=10000, $cssAttributes=array()) | |
Outros membros herdados | |
Membros públicos estáticos herdados de MMessage | |
| static | getMessageSession () |
| static | clearLastMessage () |
| static | getStaticMessage ($name, $message, $type=self::TYPE_SUCCESS) |
| static | getCssClass ($type=self::TYPE_INFORMATION) |
| static | getMessageContainer () |
Campos de Dados herdados de MMessage | |
| const | TYPE_SUCCESS = 'Success' |
| const | TYPE_INFORMATION = 'Information' |
| const | TYPE_WARNING = 'Warning' |
| const | TYPE_ERROR = 'Error' |
| const | CSS_CLASS = 'mMessage mMessage' |
| const | MSG_CONTAINER_ID = 'messageDiv' |
| const | MSG_DIV_ID = 'mainMessageDiv' |
Inserts an information message on form
| __construct | ( | $message, | |
| $display = true, | |||
| $cssAttributes = array(), | |||
| $hideTime = 10000 ) |
| (string) | $message Message to show |
| (boolean) | $display Defines if the message will be displayed, otherwise, message is registered in session to be displayed on the next event |
| (array) | $cssAttributes An array with css attributes to add on the MSG_DIV_ID E.g.: $cssAttributes = array('margin-top' => '80px'); |
| (integer) | $hideTime Time in milliseconds to disappear the message |