Styles

Every style can be independent. They do not need to depend on anything other than themselves. However it is highly encouraged that individual styles extend existing styles, to help you get started and reduce your maintenance. There is also the ability to just bring in parts of another style by breaking out each of the widgets.

The core release of Zaltana breaks up styles by name but most of the actual hard core content is in Core.

Core

[[Style_Core?]] is the recommended base level for all style. You do not need to inherit this module, but it is a good idea, and all of the styles used here do so.

Basic

[[Style_Basic?]] is a basic style that implements just Core, but is done as a stand alone name to help separate the difference between a style someone selects and uses (Basic) vs what is inherited (Core)

Accessible

[[Style_Accessible?]] is specifically designed with the text based user in mind. It goes to a lot of effort to make sure that no javascript or tables or css tricks are used at all but to still present all of the information and at least all of the available functionality.