Zapatec Utils

Class Zapatec.Pane

Object
   |
   +--Zapatec.Pane

class Zapatec.Pane

Defined in pane.js


Field Summary
 Object loadDataHtml
          Loads data from the HTML|Xml fragment source.
<static>  Object id
          
 
Constructor Summary
Zapatec.Pane(objArgs)
            Zapatec Pane object.
 
Method Summary
 Object create(width, height)
           Creates the HTML part of the Pane by calling prepareHtml, if it was not called before and adds the container to the document tree.
 void destroy()
           Destroys current pane instance removing all related HTML elements.
 void fireWhenReady(func)
          
 Object getContainer()
          
 Object getContentElement()
          
 Object getHeight()
          
 Object getIframeDocument()
          
 Object getWidth()
          
 void hide()
           Hides the Pane container.
 void hideIndicator()
           Hides the indicater.
 void init(objArgs)
           Init function.
 Object initPane()
          
 Object isReady()
          
 void loadDataHtmlText(content)
          
 Object loadDataJson(objSource)
           Loads data from the HTML source.
 void prepareHtml()
           Creates all needed HTML elements, if we are not reusing parent.
 Object removeBorder()
          
 Object setContent(content)
           Sets the content of the pane.
 void setHeight(height)
          
 Object setPaneContent(content, type)
          
 void setWidth(width)
          
 void show()
           Shows the Pane container.
 void showIndicator(message)
           Shows the indicater.

Field Detail

loadDataHtml

Object loadDataHtml

id

<static> Object id

Constructor Detail

Zapatec.Pane

Zapatec.Pane(objArgs)

Method Detail

create

Object create(width, height)

destroy

void destroy()

fireWhenReady

void fireWhenReady(func)

getContainer

Object getContainer()

getContentElement

Object getContentElement()

getHeight

Object getHeight()

getIframeDocument

Object getIframeDocument()

getWidth

Object getWidth()

hide

void hide()

hideIndicator

void hideIndicator()

init

void init(objArgs)

initPane

Object initPane()

isReady

Object isReady()

loadDataHtmlText

void loadDataHtmlText(content)

loadDataJson

Object loadDataJson(objSource)

prepareHtml

void prepareHtml()

removeBorder

Object removeBorder()

setContent

Object setContent(content)

setHeight

void setHeight(height)

setPaneContent

Object setPaneContent(content, type)

setWidth

void setWidth(width)

show

void show()

showIndicator

void showIndicator(message)

Zapatec Utils

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