IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1
Enabling a customized widget in the XUI editor
To enable a customized widget to be edited in the XUI editor, you
must perform the following tasks:
Defining a widget IBM WebSphere Multichannel Bank Transformation
Toolkit widgets
are defined in a .xml file. The .xml file
describes how a widget is displayed in the XUI editor, the properties
of the widget, and how the properties can be edited. The tables in
this topic provide detailed descriptions of the tags in the widget
definition file.
Displaying a widget in the XUI editor
To display a customized widget in the XUI editor, a technical
developer must implement a Java class
to present the widget.
Importing a widget
To enable a customized widget to be used in the XUI editor,
a technical developer must add an extension point for the widget
in the plugin.xml file in the extension plug-in
project.
Creating and registering widget mappings
After functional developers create an XUI file, IBM WebSphere Multichannel Bank Transformation
Toolkit automatically
generates a JSP file for the XUI file when Generate Dojo is selected.
To generate proper JSP tags for the customized widget, a technical
developer must create a new widget mapping file and the register it
as a plugin extension.