Selector of the cancel block within the context of the main object.
Selector of the display block within the context of the main object.
Selector of the form block within the context of the main object.
CSS Class added/removed when hovering over the display block.
URL of the server side script.
If true, text box will be filled with the html contained in the display block. If false, nothing will be changed to th text box
Callback function when result set is done being pulled from the server. The function is called as the third parameter of jQuery's load() function
HTML inserted into the display block while content is being loaded from the server
Object passed as POST parameters to the server. Sent as the second paramter of jQuery's load() function.
Note*: The var stored in postVar will always overide any var with the same name stored in the postData object.
Name of the variable that contains the users input when being sent to the server
Selector of the save block within the context of the main object.
Selector of the text block within the context of the main object.