Difference between revisions of "AppSuite:UI developer primer"

m
(Basics)
Line 7: Line 7:
 
== Basics ==
 
== Basics ==
 
* '''JavaScript''': No surprise there, the AppSuite frontend is written in JavaScript. http://www.youtube.com/watch?v=hQVTIJBZook
 
* '''JavaScript''': No surprise there, the AppSuite frontend is written in JavaScript. http://www.youtube.com/watch?v=hQVTIJBZook
* HTML5 & CSS3. http://caniuse.com/
+
** Our own style is explained here: [[AppSuite:UI_Development_Style_Guide | Style Guide]]
 +
* '''HTML5''' & '''CSS3'''. http://caniuse.com/
  
 
== Frameworks ==
 
== Frameworks ==

Revision as of 07:59, 11 April 2013

What you should know

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

Frameworks

Theming

Recommended reading