Class GLOBALS

Object
   |
   +--GLOBALS

class GLOBALS

 
Method Summary
<static> Object dumpArray(arr)
           Dump Array - Displays the contents of the array in key=>value pairs, using an alert.
<static> Object keys(i.e. F7). if(event.keyCode >= 112 && event.keyCode <= 135)
          
<static> Object mozileArrayString(arr)
           Mozile Array String - Outputs the keys and values of an array as a string.
<static> Object mozileCenterNode(node)
           Mozile Center Node - Sets the CSS "left" and "top" properties such that the node is centered inside the current window.
<static> void mozileConfiguration()
          
<static> Object mozileDebugClear()
           Mozile Debug Clear - Clears the list and empties the mozileDebugArray.
<static> Object mozileDebugEntry(bug)
           Mozile Debug Entry - Create an entry for the debugging item, which consists of an hbox filled with description elements.
<static> Object mozileDebugFilter()
           Mozile Debug Filter - Rebuilds the bug list, filtering based on the content of the filterText input field.
<static> Object mozileDebugInit()
           Mozile Debug Init - Initializes the debugging dialog.
<static> Object mozileDebugRemoveChildren(node)
           Mozile Debug Remove Children - Removes all children of the given node.
<static> Object mozileDebugReset()
           Mozile Debug Reset - Clears the filter and rebuilds the bug list.
<static> Object mozileDisappearNode(node)
           Mozile Disappear Node - Sets the CSS "left" and "top" properties such that the node is rendered far from the edge of the window.
<static> Object mozileHandleBlur(event)
           Mozile Handle Blur - Takes appropriate action when a Mozile editor loses focus: hide the caret and toobar.
<static> Object mozileHandleFocus(event)
           Mozile Handle Focus - Takes appropriate action when a Mozile editor gains focus: shows the caret and toolbar, then sets the currentEditor.
<static> Object mozileHandleKeypress(event)
           Mozile Handle Keypress - Decides what action to take for the given "keypress" event, and calls the appropriate function.
<static> Object mozileHandleKeyup(event)
           Mozile Handle Keyup - Decides what action to take for the given "keyup" event, and calls the appropriate functions: update the toolbar and store the current state for undo/redo.
<static> Object mozileHandleMouseup(event)
           Mozile Handle Mouseup - Takes appropriate action when Mozile detects a mouseup event: show the caret and the toolbar.
<static> Object mozileHTML2xhtml( h )
          
<static> void mozileInitialization()
           Mozile Initialization DO NOT EDIT THIS SECTION!
<static> Object mozileMethodFields()
           Mozile Method Fields - Show and hide various fields.
<static> Object mozileRestoreCustom()
           Mozile Restore Custom - Restore the custom settings, if they exist.
<static> Object mozileRestoreDefault()
           Mozile Restore Default - Restore the page default settings, if they exist
<static> Object mozileSaveChanged()
           Mozile Save Changes - If there have been changes, set the "preset" menu to "custom" and store the changes.
<static> Object mozileSaveDone()
           Mozile Save Changes - When the "save" button is pressed, collect all the values that have been set, and call Mozile.save().
<static> Object mozileSaveInit()
           Mozile Save Init - Initialize the Save interface.
<static> void mozileSaveViaPOST()
          
<static> Object mozileStoreCustom()
           Mozile Store Custom - Store the custom values of all the menus and fields.
<static> Object parseXMLerror( responseXML )
           POST - Parse XML Error - Checks for parsing errors in the XML response.
<static> Object POST_200()
           POST - 200 - This function handles the 200: Ok response to the HTTPRequest.
<static> Object POST_200XML()
           POST - 200 XML - This function handles the 200: Ok response to the HTTPRequest, and parses the XML which is returned.
<static> Object POST_201()
           POST - 201 - This function handles the 201: Created response to the HTTPRequest.
<static> Object POST_204()
           POST - 204 - This function handles the 204: No Content response to the HTTPRequest.
<static> Object POST_Error()
           POST - Error - General error handling function.
<static> Object POST_HttpRequest(id, content)
           POST - HTTP Request - This function starts and HTTP Request.
<static> Object POST_PrepareData( data )
           POST - Prepare Data - Prepares the data by formatting it into an input stream?
<static> Object POST_Response()
           POST - Response - This function is called when there is a response to the HTTPRequest.
<static> Object PostAccept()
           POST - Accept - This function performs the final cleanup after a successful save.
<static> Object PostChange()
           POST - Change - This function is called when the HTTPRequest status changes.
<static> Object PostComplete()
           POST - Complete - If the HTTPRequest is successful, then this function completes the save operation.
<static> Object PostOnerror()
           POST - On Error - This function is called when the HTTPRequest signals an error.
<static> Object PostOnload()
           POST - On Load - Starts the HTTPRequest, and focuses the abort button.
<static> Object PostStop()
           POST - Stop - This function is called by the abort button, and it tyried to gracefully shut down the HTTPRequest.
<static> Object printXML(XML)
           Print XML - Serializes the given XML and returns it as a tring
<static> Object SaveMsgInfo()
          
<static> Object SaveMsgOnload()
          


Method Detail

dumpArray

<static> Object dumpArray(arr)

keys

<static> Object keys(i.e. F7). if(event.keyCode >= 112 && event.keyCode <= 135)

mozileArrayString

<static> Object mozileArrayString(arr)

mozileCenterNode

<static> Object mozileCenterNode(node)

mozileConfiguration

<static> void mozileConfiguration()

mozileDebugClear

<static> Object mozileDebugClear()

mozileDebugEntry

<static> Object mozileDebugEntry(bug)

mozileDebugFilter

<static> Object mozileDebugFilter()

mozileDebugInit

<static> Object mozileDebugInit()

mozileDebugRemoveChildren

<static> Object mozileDebugRemoveChildren(node)

mozileDebugReset

<static> Object mozileDebugReset()

mozileDisappearNode

<static> Object mozileDisappearNode(node)

mozileHandleBlur

<static> Object mozileHandleBlur(event)

mozileHandleFocus

<static> Object mozileHandleFocus(event)

mozileHandleKeypress

<static> Object mozileHandleKeypress(event)

mozileHandleKeyup

<static> Object mozileHandleKeyup(event)

mozileHandleMouseup

<static> Object mozileHandleMouseup(event)

mozileHTML2xhtml

<static> Object mozileHTML2xhtml( h )

mozileInitialization

<static> void mozileInitialization()