Closed (outdated)
Project:
Whizzywig - A complete WYSIWYG Editor
Version:
6.x-2.0-beta6
Component:
User interface
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2010 at 20:42 UTC
Updated:
14 May 2023 at 08:15 UTC
Jump to comment: Most recent
Comments
Comment #1
drupalnesia commentedWhizzywig able to add custom buttons, look at my sample custom-buttons on administer-siteconfigurations-whizzywig, here:
buts = 'selectall superscript code';
dobut['superscript'] = '';
dobut['selectall'] = 'js:oW.document.execCommand("selectall",false,"");';
dobut['code'] = '
';sels = 'textbox';
opts['textbox'] = new Array('Text box', 'Right', 'Left');
vals['textbox'] = new Array("","
Comment #2
avpadernoI am closing this issue, since it is for a Drupal version that now is not supported.
Please re-open it if the issue is also relevant for other project branches that require a supported Drupal version.