Changeset 3317

Show
Ignore:
Timestamp:
02/03/06 06:05:38 (3 years ago)
Author:
pablo
Message:

Use normal editor so we allow pure HTML

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/0.6.0/html/gadgets/Blocks/BlocksAdminHTML.php

    r3132 r3317  
    120120 
    121121        // 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', '', ''); 
    123124        $contents->SetID('block_contents'); 
    124125        $contents->TextArea->SetStyle('width: 100%;');