Class DHTMLSuite.modalMessage

Object
   |
   +--DHTMLSuite.modalMessage

class DHTMLSuite.modalMessage


Purpose of class: Display a modal DHTML message on the page. All other page controls will be disabled until the message is closed(demo).
Defined in dhtml-suite-for-applications.js

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


Field Summary
 Object cssClassOfMessageBox
          
 Object height
          
 Object htmlOfModalMessage
          
 Object isModal
          
 Object layoutCss
          
 Object objectIndex
          
 Object shadowDivVisible
          
 Object shadowOffset
          
 Object url
          
 Object width
          
 
Constructor Summary
DHTMLSuite.modalMessage (props)
           
 
Method Summary
 void close()
           Close the modal dialog box
 void display()
           Display the modal dialog box
 void setCache(cacheStatus)
           Enable or disable cache for the ajax object
 void setCssClassMessageBox(newCssClass)
           Assign the message box to a new css class.(in case you wants a different appearance on one of them)
 void setDomReference(domRef)
           Specify reference to DOM element which will be displayed inside the modal message box.
 void setHtmlContent(newHtmlContent)
           Setting static HTML content for the modal dialog box.
 void setIsModal(isModal)
           Specify if the box should be modal, i.e.
 void setShadowDivVisible(visible)
           Display the modal dialog box
 void setShadowOffset(newShadowOffset)
           Specify the size of shadow
 void setSize(width,height)
           Set the size of the modal dialog box
 void setSource(urlOfSource)
           Set source of the modal dialog box
 void setWaitImage(newImage)
           Set a wait Image when Ajax is busy inserting content
 void setWaitMessage(newMessage)
           Set a wait message when Ajax is busy inserting content

Field Detail

cssClassOfMessageBox

Object cssClassOfMessageBox

height

Object height

htmlOfModalMessage

Object htmlOfModalMessage

isModal

Object isModal

layoutCss

Object layoutCss

objectIndex

Object objectIndex

shadowDivVisible

Object shadowDivVisible

shadowOffset

Object shadowOffset

url

Object url

width

Object width

Constructor Detail

DHTMLSuite.modalMessage

DHTMLSuite.modalMessage(props)

Method Detail

close

void close()

display

void display()

setCache

void setCache(cacheStatus)

setCssClassMessageBox

void setCssClassMessageBox(newCssClass)

setDomReference

void setDomReference(domRef)

setHtmlContent

void setHtmlContent(newHtmlContent)

setIsModal

void setIsModal(isModal)

setShadowDivVisible

void setShadowDivVisible(visible)

setShadowOffset

void setShadowOffset(newShadowOffset)

setSize

void setSize(width,height)

setSource

void setSource(urlOfSource)

setWaitImage

void setWaitImage(newImage)

setWaitMessage

void setWaitMessage(newMessage)


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