08-04-2008, 03:02 PM
[eluser]Paul T[/eluser]
[quote author="dbelanger" date="1217666678"]Hello,
Using the current version of CodeExtinguisher and having a lot of problems putting a wysiwyg interface on my text areas. I was using tinymce but for some reason the toolbar no longer appears above the textarea but at the top of the page. It was fine before but now I can't get it to be in the proper place.
Any suggestions on a good wysiwyg to use?
Thanks[/quote]
The wysiwyg is working fine for me.
Also, be sure to use jTaby's update for the Editor plugin, located here.
Hope that helps,
Paul
[quote author="dbelanger" date="1217666678"]Hello,
Using the current version of CodeExtinguisher and having a lot of problems putting a wysiwyg interface on my text areas. I was using tinymce but for some reason the toolbar no longer appears above the textarea but at the top of the page. It was fine before but now I can't get it to be in the proper place.
Any suggestions on a good wysiwyg to use?
Thanks[/quote]
The wysiwyg is working fine for me.
Code:
description:
class: Editor
label: Description
attributes:
rows:10
cols:100
params:
options:
theme: advanced
plugins: fullscreen,paste,spellchecker
theme_advanced_toolbar_location: top
theme_advanced_toolbar_align: left
theme_advanced_buttons1_add: |,forecolor,fullscreen
spellchecker_languages : "+English=en"
Also, be sure to use jTaby's update for the Editor plugin, located here.
Hope that helps,
Paul