Extending : Reference sample : How to extend a global function invoked in ECA action
  
How to extend a global function invoked in ECA action
For XUI editor, global functions could be invoked both in ‘Expression Panel’ and ‘Action Panel’. In this reference sample, Infrastructure developer will be guided to extend a global function used in ECA Action. And the purpose of this function is to disable a widget in browser.
See
Define global function in XML
Register global function definition as Eclipse extension
Implement JavaScript for global function
Enable XUI editor aware of this global function
Go up to
Reference sample