MIOLO26
Carregando...
Procurando...
Nenhuma entrada encontrada
Referência à classe MPrompt
Diagrama de heranças da classe MPrompt
MInputControl MFormControl MControl MComponent Prompt

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)
 
 setPlaceholder ( $placeholder)
 
- 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)
 
 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 ()
 
 __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='')
 

Campos de Dados

const MSG_TYPE_INFORMATION = 'information'
 
const MSG_TYPE_ERROR = 'error'
 
const MSG_TYPE_CONFIRMATION = 'confirmation'
 
const MSG_TYPE_QUESTION = 'question'
 
const MSG_TYPE_PROMPT = 'prompt'
 
const MSG_TYPE_ALERT = 'alert'
 
 $caption
 
 $message
 
 $buttons
 
 $icon
 
 $type = MPrompt::MSG_TYPE_PROMPT
 
 $box
 
 $close
 
 $panelCssClass
 
- Campos de Dados herdados de MInputControl
 $autoPostBack
 
 $validator
 
- Campos de Dados herdados de MFormControl
 $label
 
 $showLabel
 
const ALIGN_CENTER = 'center'
 
const ALIGN_LEFT = 'left'
 
const ALIGN_RIGHT = 'right'
 
const LAYOUT_HORIZONTAL = 'horizontal'
 
const LAYOUT_VERTICAL = 'vertical'
 
 $form
 
 $formName
 
 $controlBox
 
 $box
 
 $value
 
- 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
 

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)
 

Descrição detalhada

Documentação dos Construtores & Destrutor

◆ __construct()

__construct ( $caption = null,
$message = null,
$icon = '/images/error.gif' )

Documentação das funções

◆ addButton()

addButton ( $label,
$href,
$event = '' )

Adds a button to the prompt dialog.

Parâmetros
(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
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/ui/controls/mprompt.class.php.

◆ alert()

◆ confirmation()

static confirmation ( $msg,
$gotoOK = '',
$gotoCancel = '',
$eventOk = '',
$eventCancel = '' )
static

◆ error()

◆ generate()

◆ generateInner()

◆ information()

◆ question()

static question ( $msg,
$gotoYes = '',
$gotoNo = '',
$eventYes = '',
$eventNo = '' )
static

◆ setType()

setType ( $type = MPrompt::MSG_TYPE_INFORMATION)

Sets the type of the message. Use the MPrompt::MSG_TYPE_??? constants as parameter

Parâmetros
(string)$type
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/ui/controls/mprompt.class.php.

Documentação dos campos e atributos

◆ $box

◆ $buttons

◆ $caption

◆ $close

◆ $icon

◆ $message

◆ $panelCssClass

◆ $type

◆ MSG_TYPE_ALERT

◆ MSG_TYPE_CONFIRMATION

const MSG_TYPE_CONFIRMATION = 'confirmation'

◆ MSG_TYPE_ERROR

◆ MSG_TYPE_INFORMATION

const MSG_TYPE_INFORMATION = 'information'

◆ MSG_TYPE_PROMPT

◆ MSG_TYPE_QUESTION

const MSG_TYPE_QUESTION = 'question'

A documentação para esta classe foi gerada a partir do seguinte ficheiro: