Zapatec Utils

Class Zapatec.DropDown

Object
   |
   +--Zapatec.DropDown

class Zapatec.DropDown
Defined in dropdown.js


Constructor Summary
Zapatec.DropDown(objArgs)
            This is simple class for creating drop-down lists.
 
Method Summary
 void clear()
           \internal Clear table content.
 Object fillRows()
           \internal Fills table with data.
 Object getContainer()
           Returns reference to DropDown container element
 void hide()
           Hide dropdown list.
 void init(objArgs)
          
 void selectValue(currentRow)
           \internal calls user defined function and send values from clicked string to it
 Object setContent(objSource)
           Set dropdown content to given array
 Object setWidth(width)
          
 void show()
           Shows dropdown list.
Constructor Detail

Zapatec.DropDown

Zapatec.DropDown(objArgs)

Method Detail

clear

void clear()

fillRows

Object fillRows()

getContainer

Object getContainer()

hide

void hide()

init

void init(objArgs)

selectValue

void selectValue(currentRow)

setContent

Object setContent(objSource)

setWidth

Object setWidth(width)

show

void show()

Zapatec Utils

Documentation generated by JSDoc on Thu Apr 5 19:15:07 2007