Class DHTMLSuite.paneSplitterPane

Object
   |
   +--DHTMLSuite.paneSplitterPane

class DHTMLSuite.paneSplitterPane


Purpose of class: Creates the content for a pane in the pane splitter widget( This is a private class )
Defined in dhtml-suite-for-applications.js

Author: Alf Magne Kalleland(www.dhtmlgoodies.com)
Version: 1.0


Field Summary
 Object activeContentIndex
          
 Object contents
          
 Object contentScrollTopPositions
          
 Object objectIndex
          
 Object parentRef
          
 Object reloadIntervalHandlers
          
 Object slideIsInProgress
          
 
Constructor Summary
DHTMLSuite.paneSplitterPane (parentRef)
           
 
Method Summary
 Object addContent(paneContentModelObject,jsCodeToExecuteWhenComplete)
           Add a content model to the pane.
 void addDataSource(paneModelRef)
           Add a data source to the pane
 void collapse()
           Collapses a pane
 void expand()
           Expands a pane
 void hidePane()
           Hides the pane
 Object isUrlLoadedInPane(idOfContentObject,url)
           Check if url is allready loaded into a pane.
 void loadContent(idOfContentObject,url,refreshAfterSeconds,internalCall,onCompleteJsCode)
           loads content into a pane
 void reloadContent(idOfContentObject)
           Reloads content for a pane ( AJAX )
 void setContentTabTitle(idOfContent, newTitle)
           New tab title for a specific tab(the clickable tab)
 void setContentTitle(idOfContent, newTitle)
           New tab title of content - i.e.
 void setRefreshAfterSeconds(idOfContentObject,refreshAfterSeconds)
           Reloads content into a pane - sets a timeout for a new call to loadContent
 void showContent(idOfContentObject)
           Display content - the content with this id will be activated.(if content id doesn't exists, nothing is done)
 void showPane()
           Make a pane visible

Field Detail

activeContentIndex

Object activeContentIndex

contents

Object contents

contentScrollTopPositions

Object contentScrollTopPositions

objectIndex

Object objectIndex

parentRef

Object parentRef

reloadIntervalHandlers

Object reloadIntervalHandlers

slideIsInProgress

Object slideIsInProgress

Constructor Detail

DHTMLSuite.paneSplitterPane

DHTMLSuite.paneSplitterPane(parentRef)

Method Detail

addContent

Object addContent(paneContentModelObject,jsCodeToExecuteWhenComplete)

addDataSource

void addDataSource(paneModelRef)

collapse

void collapse()

expand

void expand()

hidePane

void hidePane()

isUrlLoadedInPane

Object isUrlLoadedInPane(idOfContentObject,url)

loadContent

void loadContent(idOfContentObject,url,refreshAfterSeconds,internalCall,onCompleteJsCode)

reloadContent

void reloadContent(idOfContentObject)

setContentTabTitle

void setContentTabTitle(idOfContent, newTitle)

setContentTitle

void setContentTitle(idOfContent, newTitle)

setRefreshAfterSeconds

void setRefreshAfterSeconds(idOfContentObject,refreshAfterSeconds)

showContent

void showContent(idOfContentObject)

showPane

void showPane()


Documentation generated by JSDoc on Mon Oct 8 10:17:27 2007