Dotclear


Ignore:
Timestamp:
08/26/18 18:19:14 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Allows textarea settings in widget without HTML editor, even if activated in user prefs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/widgets/index.php

    r3731 r3825  
    223223} 
    224224if ($rte_flag) { 
    225     echo $core->callBehavior('adminPostEditor', $widget_editor['xhtml'], 'widget', array('#sidebarsWidgets textarea'), 'xhtml'); 
     225    echo $core->callBehavior('adminPostEditor', $widget_editor['xhtml'], 'widget', 
     226        array('#sidebarsWidgets textarea:not(.noeditor)'), 'xhtml'); 
    226227} 
    227228echo (dcPage::jsConfirmClose('sidebarsWidgets')); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map