Components: Overview

Aus CodeCoupler Wiki
Version vom 24. August 2012, 23:37 Uhr von Tm (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Components are elements which can be enabled or disabled by configuration or code. An enabled component will be automaticly included in the <head>-Section of t…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Components are elements which can be enabled or disabled by configuration or code. An enabled component will be automaticly included in the <head>-Section of the master-template. Please read Libraries: Master for more Information about the master-template and the usage of components.

CodeCoupler have the following components ready to use:

jQuery

  • Key: jquery
  • Configuration Options: None

jQuery-UI

  • Key: jquery
  • Configuration Options: Associative array with the following keys:
    • theme: The theme to use. Download first a theme from the jQuery-UI-Website and store it into the folder 'assets/jquery-ui/css. Use the foldername as configuration-value. By default only the theme "smoothness" is packaged.