Runtime tools : Channels components : HTML Channel : Concepts : Client state support
  
Client state support
In banking application project, there are some scenarios to execute client side operation from flow. In HTML channel, UNICOM® Digital Transformation Toolkit (UDTT™) provides an abstract state called "client state" which supports interaction with the UI feedback from browser in AJAX style. To enable ajax as navigation mode, you need to set the configuration in btt.xml file as follows:
This graphic is described in the surrounding text.
BTT provides a popup state as default client state implementation to model popup dialog. For more information about the popup state, see Client State and PopupPage State.
To customize new client state to fulfill your specific scenarios, alpha developers need to extend the client state. For more detailed introduction about the extension, you can refer to Client State Extension.
Go up to
Concepts