User tests: Successful: Unsuccessful:
Allow to set tinymce parameters like
$options = array(
'inline'=>true,
'menubar'=>false,
);
echo $editor->display( 'new_incorrect_feed', '', 500, 170, '20', '10', true, null, null, null, $options )
Pass options to the $editor, for example inline => true
Tinymce is in inline mode.
Tinymce is not in inline mode.
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Labels |
Added:
?
|
I am 99% certain that it was deliberate that inline mode was not supported
@brianteeman well, not only inline mode is not supported. Anything is not supported really, as only 'readonly' param is checked.
And why wouldn't you allow to use extended options, especially now, when multiple different editors is allowed at the same page, and developer also can try forcing specific editor for the field?
iirc inline mode will not work in joomla - but i might be remembering it completely wrong
@brianteeman Sorry, but what "iirc" stands for?
I've tested and with this PR inline mode, as well as "no menu bar" mode, is working.
More over even toolbar is managable by:
toolbar1
toolbar2
toolbar3
....
toolbarX
The only thing that might not be adjustable is that xtd buttons are placed at toolbar1
Inline mode can be made to work, George did it for our com_code
backend - https://github.com/joomla/developer.joomla.org/blob/master/administrator/components/com_code/views/trackers/tmpl/default.php
Hi everyone, will travis ever respond for this PR? Or should it be re-triggered?
I can't :( If there isn't a job created at all you can't restart. Sorry to be a pain but could you close and re-open this as a fresh PR to try and force it to start please?
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-06-19 10:27:01 |
Closed_By | ⇒ | alex7r |
How long is it takes to pass those 2 checks Oo
It was faster earlier...