User tests: Successful: Unsuccessful:
addCustomTag is not a valid method for JDocumentRaw and generates an error if the URL contains "format=raw", which I use for displaying forms within an AJAX dialog (the form contains an editor widget).
Title |
|
thanks @b2z and @Kubik-Rubik CS is fixed now
@b2z There are 2 ways, first is having your own component that uses this option and second is to modify the banners component.
*Banners component
1. Edit the file administrator\components\com_banners\models\tracks.php and add these lines after line 473:
$editor = JEditor::getInstance('tinymce');
$editor->display();
That is how I tested it.
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-08-08 20:55:01 |
Except the code style it is a good suggestion! Please update the PR, then we can accept it.