Zapatec Utils

Class Zapatec.Modal

Object
   |
   +--Zapatec.Modal

class 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

id

<static> Object id

Constructor Detail

Zapatec.Modal

Zapatec.Modal(config)

Method Detail

configure

void configure(config)

create

void create()

hide

void hide(destroy)

init

void init(config)

setHeight

void setHeight(height)

setPosition

void setPosition(x, y)

setWidth

void setWidth(width)

show

void show(zIndex)

update

void update()

Zapatec Utils

Documentation generated by JSDoc on Thu Aug 16 12:18:39 2007