Extending : Generated JavaScript file name extension : Implementing a JavaScript file naming rule
  
Implementing a JavaScript file naming rule
UDTT provides three APIs for extending the default naming rule. A technical developer needs to implement the com.ibm.btt.tools.xui.editor2.generatorGenerateUIHandler interface or extend the UDTT default implementation class to implement the expected JavaScript file naming behavior.
The three APIs provided by UDTT to extend the JavaScript file naming rule
The following code sample shows a description of the three APIs.
This graphic is described in the surrounding text.
Sample JavaScript file naming rule implementation
The following code sample is an sample implementation.
This graphic is described in the surrounding text.
Go up to
Generated JavaScript file name extension