Difference between revisions of "AppSuite:UI developer primer"

(added theming section)
(add bootstrap reference)
Line 8: Line 8:
 
* '''backbone''': Backbone is our Model-View-framework of choice. http://backbonejs.org/
 
* '''backbone''': Backbone is our Model-View-framework of choice. http://backbonejs.org/
 
* '''underscore''': Underscore provides easy and consistent functional tools, like map, select and invoke. http://underscorejs.org/
 
* '''underscore''': Underscore provides easy and consistent functional tools, like map, select and invoke. http://underscorejs.org/
 +
* '''bootstrap''': Frontend Framework, helps building responsive designs. http://twitter.github.io/bootstrap/
  
 
== Theming ==
 
== Theming ==
* "less": LESS extends CSS with dynamic behaviuor. http://lesscss.org/
+
* '''less''': LESS extends CSS with dynamic behaviuor. http://lesscss.org/
  
 
== Recommended reading ==
 
== Recommended reading ==

Revision as of 12:47, 8 April 2013

This article explains the languages and frameworks used within the AppSuite frontend. It is aimed at developers that want to work with the frontend, be it creating new plugins or applications or modifying existing code.

Basics

  • JavaScript: No surprise there, the AppSuite frontend is written in JavaScript.

Frameworks

Theming

Recommended reading