Changeset 3317
- Timestamp:
- 02/03/06 06:05:38 (3 years ago)
- Files:
-
- tags/0.6.0/html/gadgets/Blocks/BlocksAdminHTML.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/0.6.0/html/gadgets/Blocks/BlocksAdminHTML.php
r3132 r3317 120 120 121 121 // Use this if you want JawsEditor 122 $contents =& $GLOBALS['app']->LoadEditor('Blocks', 'block_contents', ''); 122 require_once JAWS_PATH . 'include/JawsWidgets/JawsEditor.php'; 123 $contents =& new JawsEditor('Blocks', 'block_contents', '', ''); 123 124 $contents->SetID('block_contents'); 124 125 $contents->TextArea->SetStyle('width: 100%;');
