AppSuite:UI developer primer: Difference between revisions

From Open-Xchange
No edit summary
mNo edit summary
Line 1: Line 1:
=What you should know=
=What you should know=


_TOC_
__TOC__


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.
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.

Revision as of 05:46, 10 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

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

Frameworks

Theming

Recommended reading