Class MVCAJAXReplyCmd
Object
|
+--GrvObject
|
+--MVCCommand
|
+--MVCAJAXReplyCmd
-
Direct Known Subclasses:
-
EDOHolderLoadReplyCmd
- class
MVCAJAXReplyCmd
- extends MVCCommand
This class implements the "process AJAX reply" command.
NOTE: It isnt undoable (because we lose all edits!).
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in grvMVC.js
|
Method Summary |
void
|
doit()
"Do command" logic
|
void
|
konstructor( <XMLreq> xmlReq, <ActiveXObject> xslDOM, <String> optName )
|
| Methods inherited from class MVCCommand |
undo, redo, details, toString, isInvalid, syncDo, syncDoIt, syncUnDo, syncReDo, DOIT, REDO, UNDO
|
MVCAJAXReplyCmd
MVCAJAXReplyCmd()
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
doit
void doit()
konstructor
void konstructor( <XMLreq> xmlReq, <ActiveXObject> xslDOM, <String> optName )
Parameters:
xmlReq - the XML request being replied to
xslDOM - xsl DOM doc to transform reply XML
optName - optional name of this instance
Documentation generated by
JSDoc on Sun Feb 11 13:28:59 2007