Menu

Related Files

Csaba Skrabák

In Bracy, a web application developer will have tools to create:

  1. pages, and
  2. components.

Each of the above consists of a set of files, which are linked by naming them according to a scheme. The related files are (if the page or component is called "whatever"):

  • the bracy template file whatever.b.htm - the source of [Templating];
  • the backing script whatever.js - which provides the ViewModel;
  • the css stylesheet whatever.css - which will be linked to the page in its <head> via <link rel="stylesheet">;
  • the [Advanced Stylesheets] whatever.s.xml - that can transform the HTML and override the CSS for presentation purposes.

Related

Wiki: Advanced Stylesheets
Wiki: Home
Wiki: Templating