|
Zapatec Utils | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--Zapatec.Modal
Defined in indicator.js
| Field Summary | |
<static> Object |
id
|
| Constructor Summary | |
Zapatec.Modal(config)
Zapatec modal object. |
|
| Method Summary | |
void
|
configure(config)
Configurates the object. |
void
|
create()
Creates the actual element and assigns classes and styles to it. |
void
|
hide(destroy)
Hides the modal cover. |
void
|
init(config)
Inits the object with config options. |
void
|
setHeight(height)
Sets the height of the modal cover. |
void
|
setPosition(x, y)
Sets the position of the modal cover. |
void
|
setWidth(width)
Sets the width of the modal cover. |
void
|
show(zIndex)
Shows the modal cover, creates it if it still wasn't. |
void
|
update()
Updates the size and position of modal cove due to container option. |
| Field Detail |
<static> Object id
| Constructor Detail |
Zapatec.Modal(config)
| Method Detail |
void configure(config)
config - {object} object with configuration.
void create()
void hide(destroy)
destroy - {boolean} if true the cover will be destroyed.
void init(config)
config - {object} object with configuration.
void setHeight(height)
height - {number} new height.
void setPosition(x, y)
x - {number} x coordinate of the cover.
y - {number} y coordinate of the cover.
void setWidth(width)
width - {number} new width.
void show(zIndex)
zIndex - {number} z-ndex for the cover.
void update()
|
Zapatec Utils | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||