Wednesday, 15 February 2012

javascript - How to pass value js controller to js controller? -



javascript - How to pass value js controller to js controller? -

i'm new of alfresco framework. pass value js controller other js controller. don't know how pass. example: value of grouping name in workflow-form.js sample-module.js.

please give me instructions. advance.

if want pass variables between controllers, should declare variables in model this:

var newvar = document.properties.name; model.newvar = newvar;

javascript alfresco alfresco-share

No comments:

Post a Comment