Data
Data blocks contain “format-free” data that are parsed by event handlers. They can be initialized with static data, XML data, or SQL data. Event handlers can modify the data in a data block. Controls can reference the data, which includes the ability to sort the data for display, parse the data, and execute conditional code based on the values of the data.
Containers
A Mocha container is a block that can enclose or contain other Mocha blocks. The supported container types are:
· page – defines a web page
· tile – defines a rectangle within a page
· library – holds reusable blocks that will be shared by multiple Mocha scripts
Tiles