I am using contentEditable=true Div's and Span's as the "source" that the RTE of the RadEditor works on. It works for the "standard" items that are left click based and most dialog based inserts (excluding things like AJAX spell check where the source is drawn from the RadEditor DIV ?? ). But all the right click menus of the RTE are not available to these areas, I assume because the context menus are binded to the RadEditor created DIV. Is there there a way to port those to these contentEditable areas? I would like to do it client-side as a delegation to the body based on the div/span being conentEditable or not (using jQuery). This is because I turn the ability on and off so the delegation would need to be client-side and check the attribute of contentEditable=true before rendering the context menu - if not I'll just cancel the event.
Is there an example of how to bind these missing functions to other divs/spans that are not generated by the RadEditor servercontrol ? And/or the list of the eventHanders that I need to port?
Thanks.
Is there an example of how to bind these missing functions to other divs/spans that are not generated by the RadEditor servercontrol ? And/or the list of the eventHanders that I need to port?
Thanks.