Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

        1. dev/workflows/Session.Begin.workflow.js
        2. dev/workflows/Session.End.workflow.js
        3. dev/workflows/Resource.Load.workflow.js
        4. dev/workflows/Resource.Edit.workflow.js
        5. dev/workflows/Resource.Delete.workflow.js
  1. Customizations

Customization

Support

Description

Stylesheets (CSS)

Yes

Individual stylesheets in dev/styles/ control the styles for different pages
Additionally, ui/css/default.css is the global style sheet
(Note : Individual stylesheets override global styles)

Layout

Yes

Layout is configured in dev/styles/layout.css
Currently jQuery UI Tabpanel (which is the container supported in FireSpark) is used for viewing different
pages as it provides faster navigation (without breadcrumbs) although simple layout is also possible.
(Containers may be developed/changed easily though it shall require understanding of FireSpark whose documentation will be
completed by the end of the 2011)
Other UI containers are under development in FireSpark.

Themes

Yes

Themes are supported natively by jQuery UI
Themes may be downloaded from http://jqueryui.com/themeroller

Internationalization

No

Support for i18n is planned to be integrated into FireSpark soon using the i18n plugin
This will allow easy internationalization for RESTClient

Developer Documentation

Screenshots

...