Revision 1182
Added by Luisehahne almost 16 years ago
| CHANGELOG | ||
|---|---|---|
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.8.1 ------------------------------------- |
| 14 | 14 |
24-Nov-2009 Dietmar Woellbrink (Luisehahne) |
| 15 |
+ add to constants in /framework/initialize.php for later feature in database settings |
|
| 16 |
+ define('EDIT_ONE_SECTION', true) to edit only one section with editor in manage sections
|
|
| 17 |
modify page will be loading all sections with editor |
|
| 18 |
+ define('EDITOR_WIDTH', 900) set min width for editor
|
|
| 19 |
+ adding more information in editor header 1) block 2) module 3) section_id |
|
| 20 |
24-Nov-2009 Dietmar Woellbrink (Luisehahne) |
|
| 15 | 21 |
+ add register_frontend_modfiles('jquery'); adds jquery basis scripts in head
|
| 16 | 22 |
+ add register_frontend_modfiles_body('jquery'); adds jquery basis scripts before body end
|
| 17 | 23 |
+ add jquery_theme.js to choose a ui theme, basis is loaded, can be change |
Also available in: Unified diff
add two constants in /framework/initialize.php for later feature in database settings
define('EDIT_ONE_SECTION', true) to edit only one section with editor in manage sections
modify page will be loading all sections with editor
define('EDITOR_WIDTH', 900) set min width for editor
adding more information in editor header 1) block 2) module 3) section_id