I just upgraded to the latest version of fck editor and I am unable to get the text from the editor. AFter spending 3 hours this morning thinking that something was wrong with my code, I tested it with IE and it was working fine.
Basically when I try to get the text from the editor like this
Dim myvar as string = myeditor.value I always get an empty string and..
if there is already text into the editor and I cancel it and then I put new text, the editor keep giving me back the old loaded text !!
any ideas ?
Basically when I try to get the text from the editor like this
Dim myvar as string = myeditor.value I always get an empty string and..
if there is already text into the editor and I cancel it and then I put new text, the editor keep giving me back the old loaded text !!
any ideas ?
Re: FCK 2.6.2 and firefox 3.1 beta problem with editor.value
Re: FCK 2.6.2 and firefox 3.1 beta problem with editor.value
FREETEXTBOX is another text editor and it works in FF 3.1
Re: FCK 2.6.2 and firefox 3.1 beta problem with editor.value
Ok...
As usual EVERY time that I try another editor I run away after 5 minutes and come back to FCK !!!
at least I found the problem...
AJAX Control panel (Ajax Toolkit for asp.net)
as soon as I deleted the Control panel from the page, it workf fine also in FF 3.1
If anyone has a work around for this please post it here... in the meantime I'll try to search for the solution and/or figure out myself
Re: FCK 2.6.2 and firefox 3.1 beta problem with editor.value
atttached the code for 2 editors on the same page, but can be one, 3 etc....
The code is in the page_Load event....
I hope that the developers of FCK will soon adjust this bug ....
Re: FCK 2.6.2 and firefox 3.1 beta problem with editor.value
WRONG CODE ABOVE......