I found the solution!!! YAY!!
http://nils.realeyesmedia.com/?p=126
You have to put the script to replace the toolbar after the text area (???)
Here is my final:
<textarea id="englishText" class="ckeditor"
name="englishText">#englishText#</textarea>
<cfif session.user.roleID EQ 3>
<script type="text/javascript"> // <![CDATA[
CKEDITOR.replace( 'englishText', { toolbar : 'Full' });
// ]]>
</script>
<cfelse>
<script type="text/javascript"> // <![CDATA[
CKEDITOR.replace( 'englishText', { toolbar : 'Basic' });
// ]]>
</script>
</cfif>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352882
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm