Commit comments and additional documentation about the features and changes made

This commit is contained in:
Gustavo Cruz
2012-12-07 15:33:45 -04:00
parent 4471a8b2cc
commit 9a82155717
9 changed files with 160 additions and 214 deletions

View File

@@ -161,8 +161,11 @@ var EventCompose = function(t){
oPanel.make();
oPanel.loader.show();
var oRPC = new leimnud.module.rpc.xmlhttp({
// url : '../events/eventsAjax',
// args: 'request=showDynavars',
// previous calls for the old component
// url : '../events/eventsAjax',
// args: 'request=showDynavars',
// the control for assign dynavars is the same as
// the other sections inside processmaker
url : '../controls/varsAjax',
args: 'sSymbol=@@&displayOption=event'
});