Hello,
I'm using CuteEditor in news creator website. I have one feature to implement for this website. This feature is
I have to add new button in exist button panel (pic no.1). When I click on new button, it will pop-up new window to input my HTML text. Then I have to add new HTML text from pop-up windows into text editor area in HTML view (pic no.2) at the current cursor position.
So, I want to ask a few questions
1. How I can create or add new button on exist button panel?
2. How I can insert my HTML text into text area (HTML view) by use javascript?
3. If I succesfully insert my HTML text, how I can order CuteEditor show my HTML text result?
For example,
I input HTML text is "<img src=abc.jpg>" on text editor area, how I can automatic show abc.jpg image in Normal view
Could you recommend solution for implement above?
Thank you for your help so much.