Extending : Widget extension : Enabling a customized widget in runtime : Dijit implementation
  
Dijit implementation
Widget JavaScript implementation presents widget in browser. A technical developer can implement JavaScript by extending a dijit widget or a UNICOM® Digital Transformation Toolkit (UDTT™) Dojo dijit. The widget is recommended to extend com.ibm.btt.dijit.AbstractWidgetMixin provided by UDTT, which gives widgets with NLS and visibility functions support. Implementation samples are provided by UDTT.
Go up to
Enabling a customized widget in runtime