We have a hybrid application where some of the code is Classic ASP and some is .Net. We need to be able to incorporate the HTMLEditor in both environments. How can we do this? Is there a KB article available for this?
Hello @Rick,
I would stick with the pure js and html representation of the control in order to avoid the differences on the server. Since the igHtmlEditor is a simply jQuery widget you can reference all js, and css dependences in your page where you would like to show the widget then bring it up via js code e.g.
We don’t KB yet since the control is CTP, however in the upcoming release there will be extensive documentation and walkthroughs for the control.
In your installation directory of jQuery NetAdvantage you can find a basic example of this widget that you can start with.
@Rick,
Forgot to post a link to the live samples at : http://samples.infragistics.com/jquery/html-editor/basic-functionalities
Hope it helps