BTT HTML widget

The BTT HTML widget is similar to the HTML Web widget, from the structure to the usage. The difference is that BTT HTML widget is designed for the integration with the BTT HTML channel, while the other is for the general use. So if the users want to add services based on BTT HTML channel, they are supposed to choose this one.

Widget Structure of BTT HTML widget in the sample

To support the BTT HTML channel, the developers should add some content in the main page for BTT Web2.0 On-Demand Workplace. In the sample, the main page is the defaultTestPage.jsp under the BTTWeb2InternetBankWeb project. Developers need to add the following block of code in the main page.
<input type="hidden" id="sessionId" value="<%=utb.getSessionId()%>"/>

The sample services, Transfer and Credit Card in the Web1.0 Transaction, which are based on BTT HTML channel, are examples of BTT HTML widget.

sample service of BTT HTML widget