<iw:iwidget name="simpleBTTHTMLWgt" xmlns:iw="http://www.ibm.com/xmlns/prod/iWidget" iScope="simpleBTTHTMLWgt" supportedModes="view edit refresh close max collapse" mode="view"> <iw:resource uri="BTTHTMLWgt.js" /> <iw:itemSet id="attributes" private="true"> <iw:item id="url" value="http://www.ibm.com"/> <iw:item id="height" value="300"/> </iw:itemSet> ... </iw:iwidget>
<?xml version="1.0" encoding="UTF-8"?> <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='simpleBTTHTMLWgt' definition='../widget/web1.0/BTTHTMLWgt.xml'></entry> ... </entries>
Refer to WidgetCatalog.xml in the reference section for more information.
<?xml version="1.0" encoding="UTF-8"?> <ServiceList 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/Service.xsd "> ... <Service id="1.2" name="transfer" desc="transfer" logo="theme/servicelogo/navlogo.gif"> <Widget name="simpleBTTHTMLWgt"> <attribute name="url" value="Request?&dse_applicationId=-1&dse_pageId=2&dse_operationName=displayPageOp&dse_errorPage=menu.jsp&dse_processorState=initial&pageName=transfer.jsp" /> </Widget> </Service> ... </ServiceList>