Hi, on our website we need a control like the image attached having few buttons. For instance the green button opens a div with a list of emoticons images and on click on an emoticon image , the emoticon gets added to the white area.
The blue button also opens a div having a list of text phrases (like Hello!,GoodDay! etc) , on clicking a text phrase , the phrase gets added to the white area.
Also the user can type into the white area.
These three features are all we want. The appearance of the control should be as in the attached screenshot . Please guide wether the FCKeditor is going to serve our purpose?
Thnks.
The blue button also opens a div having a list of text phrases (like Hello!,GoodDay! etc) , on clicking a text phrase , the phrase gets added to the white area.
Also the user can type into the white area.
These three features are all we want. The appearance of the control should be as in the attached screenshot . Please guide wether the FCKeditor is going to serve our purpose?
Thnks.
Re: Help! Is CKEditor customizable to this extent?
Re: Help! Is CKEditor customizable to this extent?
In my approach the white area is a div and for enabling user typing in white area I used the div property 'contenteditable=true'. This is causing problems as this div property is not supported in all the browsers specially in firefox older versions. Also I am having issues of cursor positioning even in IE.The cursor automatically changes its position during typing in the div.
I am stuck and not sure what to do.Please guide if you can tell the correct approach.
Thanks a lot.
Re: Help! Is CKEditor customizable to this extent?
Re: Help! Is CKEditor customizable to this extent?
Any inline edit plugin will allow the user to type in the white area but then what about the emoticon images ??Usually Inline edit plugin uses common input elements like textarea and it is not possible to insert images in textarea .If you do know about any particular that can do my job then do let me know.
Thanks.