Development

Changeset 1240

You must first sign up to be able to contribute.

Changeset 1240

Show
Ignore:
Timestamp:
04/20/06 09:59:17 (2 years ago)
Author:
fabien
Message:

added a new option to fck editor

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/helper/FormHelper.php

    r1227 r1240  
    350350    } 
    351351 
     352    if (isset($options['config'])) 
     353    { 
     354      $fckeditor->Config['CustomConfigurationsPath'] = javascript_path($options['config']); 
     355    } 
     356 
    352357    $content = $fckeditor->CreateHtml(); 
    353358