You just need to add some code. Editing a div can lead to problems (mainly with IE, that will distort the original content or if you are using any script inside that content), so there are many times where it isn't practical.
Look at the API and the samples, you can generate dinamically an instance and set it's content to be the innerHTML of your div.
Re: Div-element editor?
Re: Div-element editor?
Editing a div can lead to problems (mainly with IE, that will distort the original content or if you are using any script inside that content), so there are many times where it isn't practical.
Look at the API and the samples, you can generate dinamically an instance and set it's content to be the innerHTML of your div.
Re: Div-element editor?
Where i can found sample like this?
Re: Div-element editor?