This module is for the WYSIWYG editor EditArea.
| DLEditArea | This module is for the WYSIWYG editor EditArea. |
| Author | Duc Tri Le <cmsmadesimple---at---email.tiger-inc.com> |
| License | This class is released under the GNU General Public License. |
| Changelog | |
| Class Construction | |
| __construct | Create a new instance of DLEditArea. |
| Override Methods | |
| Tabs | |
| ShowPreviewTab | Retrieve the HTML for the Preview tab. |
| ShowSettingsTab | Retrieve the HTML for the Settings tab. |
| Upgrades and Degrades | |
| Degrade | Undo any upgrades that has been made. |
| WYSIWYG |
| AllowAutoUpgrade | Whether or not an auto upgrade is allowed. |
| GetAbout | Get about information. |
| GetAdminSection | Get the admin section this module belongs to. |
| GetAuthor | Get the author. |
| GetAuthorEmail | Get the author e-mail address. |
| GetChangeLog | Get the changelog. |
| GetDependencies | Get other modules depended by this module. |
| GetDescription | Get a description of module. |
| GetFriendlyName | Get module friendly name. |
| GetHelp | Get help information. |
| GetName | Get module name. |
| GetParameters | Get parameters. |
| GetVersion | Get version number of module. |
| HasAdmin | Whether or not module has admin panel. |
| InstallPostMessage | Message to be displayed after installation. |
| IsAdminOnly | Whether or not this is on admin side only. |
| IsSyntaxHighlighter | Whether or not this is a syntax highlighter. |
| IsWYSIWYG | Whether or not this is a WYSIWYG. |
| MinimumCMSVersion | Minimum CMS version to run this module. |
| UninstallPostMessage | Message to be displayed after uninstall. |
| UninstallPreMessage | Message to be alerted before uninstall. |
Create a new instance of DLEditArea.
public function __construct()
Retrieve the HTML for the Preview tab.
public function ShowPreviewTab()
Retrieve the HTML for the Settings tab.
public function ShowSettingsTab()
Undo any upgrades that has been made.
protected function Degrade( $start, $counter )