IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

UserPageLayout.xml

Each end-user has an XML file to keep his or her customized page layout information. For example, the User01PageLayout.xml file is the customized layout XML file for user01. In the document, UserPageLayout.xml is used as a representative.

When user01 creates a new tab, or edits a tab, and clicks the save button, the information will be saved in this XML file. It is the same as in the case of creating or editing column and widget.

Internet banking developers can also modify this XML if needed, but you must not miss the mandatory attributes. And if the optional attributes are not specified in this file, it will use the default attributes defined in the DefaultApp.xml file.

Here is an example of User01PageLayout.xml:

<?xml version="1.0" encoding="UTF-8"?>
<PageFormatter>
<PageFormatter 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/UserLayout.xsd">
  <Page id="page1"/>
</PageFormatter>

Parameters specification for each tag are as follows:



Feedback