Forums

change title and editor

iacoposk8 20 Mar, 2012
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?
GreyHead 21 Mar, 2012
Hi iacoposk8,

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.