tinymce not defined .. why ?
I am trying to use TINYMCE richtextbox.
Now i have the following code for initialization:
- tinymce.init({
- selector: '#description-textbox',
- codesample_languages: [
- {text: 'HTML/XML', value: 'markup'},
- {text: 'JavaScript', value: 'javascript'},
- {text: 'CSS', value: 'css'},
- {text: 'PHP', value: 'php'}
- ],
- toolbar: "codesample"
- });
I get the following error:
Uncaught ReferenceError: tinymce is not defined
at index.html:33
i have tinymce script in my document , so why am i getting this error ?
Thank you.
Gautam.