On Tue, 19 Aug 2008, elliesdad wrote:

> I am using only spaces and the line you mention is all on one line.
> Do you have any other suggestions please?

Im not using YAML files. I set a variable in my actions inside 
preExecute():

$this->rich_editor='rich=true tinymce_options=browsers:"msie,gecko,opera", 
mode:"textareas",theme:"advanc
ed",plugins:"table,imagemanager",theme_advanced_resizing:"true",theme_advanced_resize_horizontal:"false",theme_advanced_r
esizing_use_cookie:"false",theme_advanced_layout_manager:"SimpleLayout",theme_advanced_toolbar_align:"center",theme_advan
ced_buttons1:"cut,copy,paste,separator,undo,redo,separator,sub,sup,separator,charmap,separator,link,unlink,image",theme_a
dvanced_buttons2:"tablecontrols",theme_advanced_buttons3:"bold,italic,underline,strikethrough,formatselect,separator,just
ifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,outdent,indent,separator,removeformatmanager,cod
e"';

And then use that in my templates:

<?php echo textarea_tag('content', $sf_params->get('content'), 'size=89x20 
' . $rich_editor); ?>



-- 



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to