MIOLO20
|
Membros públicos | |
__construct ($stepNumber, $stepName, $stepType=self::TYPE_CURRENT) | |
generate () | |
![]() | |
__construct ( $name=NULL, $content='', $class=NULL, $attributes=NULL) | |
![]() | |
__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 () | |
![]() | |
SetName ($name) | |
GetName () | |
AddComponent ($component) | |
InsertComponent ($component, $pos=0) | |
SetComponent ($component, $pos) | |
SetComponents ($components) | |
GetComponents () | |
GetComponent ($pos) | |
ClearComponents () | |
Campos de Dados | |
const | TYPE_PREVIOUS = 'previous' |
const | TYPE_CURRENT = 'current' |
const | TYPE_NEXT = 'next' |
const | CURRENT_ICON_STYLE = 'm-step-icon m-step-icon-current' |
const | NEXT_ICON_STYLE = 'm-step-icon m-step-icon-next' |
const | PREVIOUS_ICON_STYLE = 'm-step-icon m-step-icon-previous' |
const | LABEL_STYLE = 'm-step-label' |
const | CURRENT_LABEL_STYLE = 'm-step-label m-step-label-atual' |
const | CURRENT_STYLE = 'm-step-current' |
const | ENABLED_STYLE = 'm-step m-step-enabled' |
const | DISABLED_STYLE = 'm-step m-step-disabled' |
const | STATUS_LABEL_STYLE = 'm-step-status-label' |
const | BUTTON_STYLE = 'm-step-button' |
const | NUMBER_STYLE = 'm-step-num' |
const | HIDE_STYLE = 'm-step-hide' |
$goTo | |
![]() | |
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 | |
![]() | |
$manager | |
$page | |
$owner | |
$components | |
$componentCount | |
$name | |
$className | |
Outros membros herdados | |
![]() | |
static | $_number = 0 |
![]() | |
_AddStyle ($name, $value) | |
Represents the step button used by MStepByStepForm
Maintainers:
Armando Taffarel Neto [taffa.nosp@m.rel@.nosp@m.solis.nosp@m..coo.nosp@m.p.br] Daniel Hartmann [danie.nosp@m.l@so.nosp@m.lis.c.nosp@m.oop..nosp@m.br]
Organization:
SOLIS - Cooperativa de Soluções Livres
CopyRight:
Copyright (c) 2010 SOLIS - Cooperativa de Soluções Livres
License:
Licensed under GPLv2 (for further details read the COPYING file or http://www.gnu.org/licenses/gpl.html)
History:
See history in CVS repository: http://www.miolo.org.br
Definido na linha 34 do ficheiro mstep.class.
__construct | ( | $stepNumber, | |
$stepName, | |||
$stepType = self::TYPE_CURRENT ) |
Definido na linha 60 do ficheiro mstep.class.
generate | ( | ) |
Reimplementado de MControl.
Definido na linha 97 do ficheiro mstep.class.
$goTo |
Definido na linha 58 do ficheiro mstep.class.
const BUTTON_STYLE = 'm-step-button' |
Definido na linha 50 do ficheiro mstep.class.
const CURRENT_ICON_STYLE = 'm-step-icon m-step-icon-current' |
Definido na linha 41 do ficheiro mstep.class.
const CURRENT_LABEL_STYLE = 'm-step-label m-step-label-atual' |
Definido na linha 45 do ficheiro mstep.class.
const CURRENT_STYLE = 'm-step-current' |
Definido na linha 46 do ficheiro mstep.class.
const DISABLED_STYLE = 'm-step m-step-disabled' |
Definido na linha 48 do ficheiro mstep.class.
const ENABLED_STYLE = 'm-step m-step-enabled' |
Definido na linha 47 do ficheiro mstep.class.
const HIDE_STYLE = 'm-step-hide' |
Definido na linha 52 do ficheiro mstep.class.
const LABEL_STYLE = 'm-step-label' |
Definido na linha 44 do ficheiro mstep.class.
const NEXT_ICON_STYLE = 'm-step-icon m-step-icon-next' |
Definido na linha 42 do ficheiro mstep.class.
const NUMBER_STYLE = 'm-step-num' |
Definido na linha 51 do ficheiro mstep.class.
const PREVIOUS_ICON_STYLE = 'm-step-icon m-step-icon-previous' |
Definido na linha 43 do ficheiro mstep.class.
const STATUS_LABEL_STYLE = 'm-step-status-label' |
Definido na linha 49 do ficheiro mstep.class.
const TYPE_CURRENT = 'current' |
Definido na linha 37 do ficheiro mstep.class.
const TYPE_NEXT = 'next' |
Definido na linha 38 do ficheiro mstep.class.
const TYPE_PREVIOUS = 'previous' |
Definido na linha 36 do ficheiro mstep.class.