|
Rank: Member Groups: Member
Joined: 2/9/2009 Posts: 23
|
Hi,
I have a webpage with an editor in it. I want to use shortcuts realized by javascripts on my webpage, but it is not working when I'm in the editor.
Is there a parameter passed with the ClientSideOnChange event that could be used?
Here is the code I used (in IE7):
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
I do not believe there is any way to have shortcuts outside of the editor works inside the Editor. The Editor content is a different document object that is completely separate from your main document object. So whatever you have in your main document will not affect the editor document.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 2/9/2009 Posts: 23
|
Well, I found a workaround. By using the AccessKey property on other controls in the page I manage to use combinations of shortkeys in the Editor.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Great work! Thanks for the sharing!
|
|