I'm trying to use TinyMCE with ASP.NET. Problem is, I couldn't find much information on this. I'm trying on a small app. with an ASP text box, a submit button and a label. Without putting in any tinyMCE stuff into this webapp, it runs properly (the submit button, when clicked, causes the text of the label to be set the same as the text in the text box). But whenever I put in the TinyMCE code (very basic example given in the Installation instructions) I find that Visual Studio chokes on the tinyMCE.init line and says it is undefined.
Can anyone please show me the correct way ?
Thanks
Oh ! I forgot to mention, I installed tinyMCE by unzipping the code and copying over the jscript directory to the bin folder of the app directory. The layout is like this :
Inetpub\mcetes\bin\jscript\tiny_mce
Another problem. I'm using GridLayout in ASP.NET. I'm trying to design a page for entering articles that will be stored in a database. The page has a textentry for the subject, a textarea for the content, a Submit and a Cancel button. TinyMCE is being used for the textarea.
When I disable tinyMCE, everything shows up just fine. When I enable tinyMCE, the tinyMCE editor overlaps with the subject textentry above it. Is it something to do with the layout, Can anyone help me out ?
I'm using Visual Studio.Net