Aliro is Open Source
Login
Performance
Memory limit is 48M
Current usage = 15.54M
Database queries = 21
Time so far 0.192 seconds
downloads
Editors for Aliro
MOStlyCE Editor
MOStlyCE Editor
Download
- Description:
-
The MOStlyCE editor (TinyMCE based) developed by Chad Auld primarily for Mambo, adapted for Aliro by Martin Brampton. Provides robust and flexible WYSIWYG editing for web site content.
To install, first fix the bug mentioned below, then install the package in the usual way (via the installer, under the "extensions" menu). Go to the "plugins" menu and unpublish the null editor, if it is published. Publish MOStlyCE.
Working on the adaptation of MOStlyCE exposed a slip in coding editors generally, which was a confusion about whether the startup trigger for editors was onInitEditor or onIniEditor. The second is the correct one. So the initEditor method of the aliroEditor class must be amended to:
public function initEditor() { $html = ''; $results = $this->mambothandler->trigger( 'onIniEditor' ); foreach ($results as $result) $html .= trim($result); return $html; }The editor is largely working, although there may be the odd issue, especially with less frequently used functions. Please give feedback on your experiences.
- Submitted By:
- Super Administrator (admin)
- Submitted On:
- 08 Jul 2007
- File Size:
- 688.15 Kb
- Downloads:
- 264
- License:
- GNU/GPL
- File Version:
- 2.1
- File Author:
- Chad Auld
- File HomePage:
- Click to visit site
- File Date:
- 08 Jul 2007
