hello all! I have three questions:
1) The pages all have the same chronoform <title>, how do I change it?
2) In the form wizard you can insert a text field with TinyMCE editor?
3) In the "tails" in the backend you can put the editor CodeMirror?
1) The pages all have the same chronoform <title>, how do I change it?
2) In the form wizard you can insert a text field with TinyMCE editor?
3) In the "tails" in the backend you can put the editor CodeMirror?
Hi iacoposk8,
Set the page title with
Yes, the setting is on the Text Editors tab for the text area element.
I don't know, I think that it uses the default Joomla! editor, so if that is set to CodeMirror it will be used.
Bob
1) The pages all have the same chronoform <title>, how do I change it?
Set the page title with
<?php
$doc =& JFactory::getDocument();
$doc->setTitle('Some title);
?>
2) In the form wizard you can insert a text field with TinyMCE editor?
Yes, the setting is on the Text Editors tab for the text area element.
3) In the "tails" in the backend you can put the editor CodeMirror?
I don't know, I think that it uses the default Joomla! editor, so if that is set to CodeMirror it will be used.
Bob
This topic is locked and no more replies can be posted.