Modeller.setReturnToModule


setReturnToModule(moduleName, buttonText, [clientData])

Sets a button in Modeller that if clicked will run a callback method from the extension module specified by 'moduleName'; 'clientData' can specify an additional parameter that will be passed back in to the call back method

moduleNamestring
buttonTextstring
clientDataoptional variant Data that will be passed, unmodified, to the module
Return valuenone 

Back to Modeller

Back to Overview