Problems with editor - Joomla! Forum - community, help and support
hi,
i have component, in put editor in admin area:
it displays ok, except 2 things:
1) if put html code in editor , save, html not saved. saves text, not html.
2) values '700','350','60','20' seem not have effect on editor. in fact, if put following values, '0','0','0','0', editor displays fine. how can edit size of editor?
thanks
i have component, in put editor in admin area:
code: select all
$editor = jfactory::geteditor();
echo $editor->display('confirm_text', 'my text','700','350','60','20',array('pagebreak', 'readmore'));
it displays ok, except 2 things:
1) if put html code in editor , save, html not saved. saves text, not html.
2) values '700','350','60','20' seem not have effect on editor. in fact, if put following values, '0','0','0','0', editor displays fine. how can edit size of editor?
thanks
Comments
Post a Comment