Skip to main content
Known Participant
June 9, 2008
Answered

FCKEditor/CF8 Error Message

  • June 9, 2008
  • 1 reply
  • 578 views
Just installed CF8 on our development box and received this message "Toolbar set 'default' doesn't exist" when trying to use cftextarea.

Any ideas as to what could be causing that error?
    This topic has been closed for replies.
    Correct answer CFTofinha_Inove
    Hi hanzelmans,

    attribute for toolbar is case sensitive.

    test:
    <cftextarea richtext="true" name="test1" toolbar="Default"/>

    1 reply

    CFTofinha_InoveCorrect answer
    Participating Frequently
    June 9, 2008
    Hi hanzelmans,

    attribute for toolbar is case sensitive.

    test:
    <cftextarea richtext="true" name="test1" toolbar="Default"/>
    Known Participant
    June 9, 2008
    Francisco,
    Thanks for that! Stupid mistake on my part!

    Steve
    Participating Frequently
    June 10, 2008
    :¬D