Class DHTMLSuite.windowWidget

Object
   |
   +--DHTMLSuite.windowWidget

class DHTMLSuite.windowWidget


Create a window widget.
Defined in dhtml-suite-for-applications.js

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


Field Summary
 Object contentDivs
          
 Object layoutCSS
          
 Object layoutOffsetHeightForTheStatusBar
          
 Object objectIndex
          
 Object scrollPositions
          
 Object slideSpeed
          
 
Constructor Summary
DHTMLSuite.windowWidget (windowModel)
           
 
Method Summary
 void activateTab(idOfContent)
           Make a specific tab active
 void addTab(tabProperties)
           Adds a new tab to the window
 void addWindowModel(windowModel)
           Connect window widget with a DHTMLSuite.windowModel
 void appendContent(idOfTab,contentReference)
           Append content to the window
 void close()
           Closes window, i.e.
 void deleteTab(idOfTab)
           Delete a tab (ps!
 Object getDivElement()
           Return main div element for this widget.
 void init()
           Initializes the widget.
 void loadContent(idOfWindowContentObject,url)
           The purpose of this method is to load content into a tab
 void maximizeWindow()
           maximize a window
 void minimizeWindow()
           Minimize a window
 void purge()
           Removes the HTML for the windows from the DOM, i.e.
 void restoreTab(idOfTab)
           Restore a deleted tab
 void restoreWindow()
           Restore a deleted window, i.e.
 void setHeightOfWindow(newHeight)
           Set new height of window
 void setLayoutCss(cssFileName)
           Specify new css file for the window.
 void setLayoutOffsetHeightForTheStatusBar(layoutOffsetHeightForTheStatusBar)
           This method is only needed in case you use a non-default css file It controls a tuning parameter used to set the correct height of the window(default value is 8)
 void setLayoutThemeWindows()
           Windows style theme.
 void setSlideSpeed(slideSpeed)
           Specify a text in the status bar
 void setStatusBarText(text)
           Specify a text in the status bar
 void setWidthOfWindow(newWidth)
           Set new width of window
 void show()
           Displays the window
 void slideWindowToXAndY(toX,toY)
           Slide a window to a specific coordinate

Field Detail

contentDivs

Object contentDivs

layoutCSS

Object layoutCSS

layoutOffsetHeightForTheStatusBar

Object layoutOffsetHeightForTheStatusBar

objectIndex

Object objectIndex

scrollPositions

Object scrollPositions

slideSpeed

Object slideSpeed

Constructor Detail

DHTMLSuite.windowWidget

DHTMLSuite.windowWidget(windowModel)

Method Detail

activateTab

void activateTab(idOfContent)

addTab

void addTab(tabProperties)

addWindowModel

void addWindowModel(windowModel)

appendContent

void appendContent(idOfTab,contentReference)

close

void close()

deleteTab

void deleteTab(idOfTab)

getDivElement

Object getDivElement()

init

void init()

loadContent

void loadContent(idOfWindowContentObject,url)

maximizeWindow

void maximizeWindow()

minimizeWindow

void minimizeWindow()

purge

void purge()

restoreTab

void restoreTab(idOfTab)

restoreWindow

void restoreWindow()

setHeightOfWindow

void setHeightOfWindow(newHeight)

setLayoutCss

void setLayoutCss(cssFileName)

setLayoutOffsetHeightForTheStatusBar

void setLayoutOffsetHeightForTheStatusBar(layoutOffsetHeightForTheStatusBar)

setLayoutThemeWindows

void setLayoutThemeWindows()

setSlideSpeed

void setSlideSpeed(slideSpeed)

setStatusBarText

void setStatusBarText(text)

setWidthOfWindow

void setWidthOfWindow(newWidth)

show

void show()

slideWindowToXAndY

void slideWindowToXAndY(toX,toY)


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