-
Book Overview & Buying
-
Table Of Contents
Backbase 4 RIA Development
The Backbase framework provides a binding language called Tag Definition Language (TDL). The TDL is XML-compliant and has its foundations in object-oriented programming languages. It provides a set of elements and attributes required for the definition of new widgets or tags. The TDL serves as a means to bind classes to document-level markup elements. The Backbase implementation of XHTML and all the BTL widgets are constructed with the TDL.
At the start of Chapter 2, we defined a widget as a visible "thing" on a page. Throughout the book, we have tried to avoid confusion by using the term widget in this way and using element for more general "things", not necessarily visible. Control is synonymous to widget, but we try not to use it. A tag is nothing but the name of a widget, as you already know from XML.
In a more technical sense, we are going to use the term widget for any JavaScript object that you can define using TDL. In the Backbase...
Change the font size
Change margin width
Change background colour