Internet banking developers should define widget entry in WidgetCatalog.xml for the widgets defined in Service.xml.
Here is an example of WidgetCatalog.xml:
<entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://btt.cn.ibm.com/61/Web20" xsi:schemaLocation="http://btt.cn.ibm.com/61/Web20 ../BTTWeb20/schema/WidgetCatalog.xsd"> <entry id='simpleHTMLWgt' definition='../widget/basic/HTMLWgt.xml'></entry> <entry id='basic_tabwidget' definition='../widget/basic/basic_tabwidget.xml'></entry> ... </entries>
Parameters specification for each tag are as follows:
Parameter | Description |
---|---|
entry | It represents widget catalog information, optional |
Parameter | Description |
---|---|
id | The entry id, mandatory |
definition | The URL of the corresponding widget definition file, mandatory |