Libraries: Master: Components Overview

Aus CodeCoupler Wiki
Zur Navigation springen Zur Suche springen

Components are sets of content for the <head> and/or <body> section, that can be enabled or disabled by config or by code.


Complete List

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.

Development

  • Use always <?= base_url ?>. The url-helper is autoloaded.