Hello all. I'm new to using CKEditor so I might just be missing something trivial, but I searched through the forums a bit and didn't see any answers.
I downloaded/installed the latest CKEditor yesterday and got it to work locally on my development machine. Once I was happy with the toolbars (after editing the the js files) I uploaded the solution to my site. But when I pull up the page with the CKE, there are no toolbars (or any CKE-esk things) showing at all.
Here's what it looks like in FF 3.6 on my local machine:
Here's what it looks like when I did a full directory copy up to the server:
The ASP.Net code I'm using to instantiate the control is pretty basic:
<CKEditor:CKEditorControl runat="server" ID="rteNew" Width="550" Height="400"> </CKEditor:CKEditorControl>
Re: ASP.Net (VB) Toolbars Missing
Re: ASP.Net (VB) Toolbars Missing
Just add the ckeditor.js reference in your page header and it should start working:
Re: ASP.Net (VB) Toolbars Missing
Wow- that is surprising that it wasn't in the example code.
This really does help, but it doesn't solve the issue. Apparently, my IIS wants the ckeditor to have an .htaccess thing, so... I'm gonna go search for that guy now.
Thank you for replying with your fix!
[Resolved] Re: ASP.Net (VB) Toolbars Missing
"AuthName directive not found"
[physicalpath]\ckeditor\.htaccess
...
After a bit of searching, the solution was to simply remove the .htaccess file entirely.