-
Book Overview & Buying
-
Table Of Contents
qooxdoo Beginner's Guide
Data binding is a functionality that allows connecting data from a source to a target. qooxdoo provides the best and simplest ways to transfer data between the server and the client. The entire topic can be divided into a low-level part, called single value binding, and some higher-level concepts involving stores and controllers.
Data binding includes five major components and is best summarized by the following diagram:

Data: This part is nothing but the raw data and can be a plain local file, database data, a regular web server, or even a web service. All sources of data are possible, depending on the implementation of the actual store.
Store: The store component is responsible for fetching the data from its source and for including it into a data model of an application. Framework provides a JSON store, which creates the data into a JSON format, which we will go through in detail in the Data store section in this chapter. Most of these concepts are defined in two packages...
Change the font size
Change margin width
Change background colour