Opened 14 years ago

Closed 14 years ago

#6351 closed Task (invalid)

Need Help with events for controls within CKEDITOR

Reported by: kaushalgajjar Owned by:
Priority: Normal Milestone:
Component: Server : ASP.Net Version:
Keywords: Cc:

Description

I have a image inside ckeditor and now, i want to show some options on mouse over of that image. I am using asp.net 3.5 with c#. what i did is this in .CS file:

HtmlImage htmlimg = new HtmlImage(); htmlimg.Src = path; htmlimg.Attributes.Add("onmouseover", "displayeditdiv()"); ckeditorinstance.Controls.Add(htmlimg);

although imag is dispplayed correctly within ckeditor. bt no event is firing for that image. this is the one of the options i have implemented to work with the events for the controls inside ckeditor. bt no matter, whatever approach i follow the events doesnt seem to fire for control inside ckeditor. need help!!!

Change History (1)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Resolution: invalid
Status: newclosed

Please use our forums for community support. This is the wrong place for it.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy