|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--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()
Mozile Configuration DO NOT EDIT THIS SECTION! |
<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 |
<static> Object dumpArray(arr)
arr
- The array to be dumped
<static> Object keys(i.e. F7). if(event.keyCode >= 112 && event.keyCode <= 135)
<static> Object mozileArrayString(arr)
arr
- Array. The array to be rendered to a string.
<static> Object mozileCenterNode(node)
<static> void mozileConfiguration()
<static> Object mozileDebugClear()
event
- The event object which triggers the initialization.
<static> Object mozileDebugEntry(bug)
bug
- The array for this bug entry.
<static> Object mozileDebugFilter()
<static> Object mozileDebugInit()
event
- The event object which triggers the initialization.
<static> Object mozileDebugRemoveChildren(node)
node
- The node to be cleaned up.
<static> Object mozileDebugReset()
event
- The event object which triggers the initialization.
<static> Object mozileDisappearNode(node)
<static> Object mozileHandleBlur(event)
event
- The blur event to be handled.
<static> Object mozileHandleFocus(event)
event
- The focus event to be handled.
<static> Object mozileHandleKeypress(event)
event
- The keypress event to be handled.
<static> Object mozileHandleKeyup(event)
event
- The keyup event to be handled.
<static> Object mozileHandleMouseup(event)
event
- The mouseup event to be handled.
<static> Object mozileHTML2xhtml( h )
<static> void mozileInitialization()