[Cartoweb-dev] [Bug 1348] New: Unify the AjaxHandler.doAction()
calls in templates
bugzilla-daemon at bugzilla.maptools.org
bugzilla-daemon at bugzilla.maptools.org
Fri Mar 10 14:25:04 EST 2006
http://bugzilla.maptools.org/show_bug.cgi?id=1348
Summary: Unify the AjaxHandler.doAction() calls in templates
Product: CartoWeb
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Core
AssignedTo: cartoweb-dev at lists.maptools.org
ReportedBy: damien.corpataux at camptocamp.com
Currently:
if (typeof(AjaxHandler) != undefined) {
AjaxHandler.doAction(...)
} else {
doSubmit()
}
=> Create a mecanism to simplify this, in exemple:
Cartoweb.triggerAction(actionName, { argObject: {}, onNoAjax: customFunction });
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Please do NOT reply to this email, use the link above instead to
login to bugzilla and submit your comment. Any email reply to this
address will be lost.
More information about the Cartoweb-dev
mailing list