Getting started

Files

To use the library you need to include the CSS and JavaScript files in your app. The main files provided by the library are:

main.css

Include this file in the <head> before any other stylesheets.

<link rel="stylesheet" href="http://dev-framework.unibz.it/0.0.2/css/main.css">

main.js

Include this file before the closing <body> tag.

<script src="http://dev-framework.unibz.it/0.0.2/js/main.js"></script>

Other assets that are available:

  • editor.css a SilverStripe CMS specific CSS file that is used to style text inside the WYSIWYG editor.
  • Font files, located in the fonts folder (referenced via CSS)
  • sprite-915cb569.svg auto-generated sprite image used for icons (referenced via CSS)
  • Favicons, located in the images/fav folder
  • Other image files, also located in the images folder

Versions

To prevent applications using this library from breaking when updates are made, the library is versioned using semver. Changes are kept in the Changelog, all versions (and their documentation) are accessible from the versions overview page.

You are looking at the documentation of the version: 0.0.2