This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*jslint evil: true */ | |
| /** | |
| WYMeditor.site_links | |
| ==================== | |
| A plugin to add a dropdown of links to the Links dialog, especially for | |
| making it easier to link to your own site (or any other predefined set). | |
| This plugin will attempt to inject a dropdown box into the dialogLinkHtml | |
| which will pre-fill the existing text box with a URL. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*jslint evil: true */ | |
| /** | |
| WYMeditor.alignment | |
| ==================== | |
| A plugin to add a class to a paragraph which can be used to set the alignment | |
| for it. | |
| Todo: | |
| - Allow selection of which Alignment buttons to show |
NewerOlder