|
Rank: Member Groups: Member
Joined: 2/9/2011 Posts: 13
|
When i use the editor control i get the following error message:
"This page contains one or more code rendering blocks (<%=...%>) outside of the form element. This does not work with EO.Web Callback/CallbackPanel control. Please consider moving the code rendering blocks into the form element, or use a server/user control instead"
This was not a problem on the previous version.
thanks.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
This is normal. Please follow the error message to correct the problem. The Editor uses SpellChecker, which uses CallbackPanel (previous version does not use CallbackPanel directly). Thus the requirement.
Thanks
|
|
Rank: Member Groups: Member
Joined: 2/9/2011 Posts: 13
|
solved, thanks.
I have another problem, i'm trying to use the editor in an asp.net repeater (multiple instances). before i changes the EO controls version, it worked fine, the problem is that now i see nothing, no error and no editor...
any suggestion?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I don't think it's a good idea to use Editor in a Repeater :) Editor is a rather heavy control so you don't want to have too many in your page. However you SHOULD BE ABLE to use it inside a repeater. If that's causing problem for you, please try to isolate the problem into a test page and post the test page here. Make sure the test page runs and contains only code needed to reproduce the problem. We will be happy to take a look as soon as we have that.
Thanks!
|
|