Hi,
I am creating plugin for CKEditor.
1. I have in toolbar "richcombo" which have list of values
2. richcombo -> onClick
- Open Dialog - OK
- Pass selected value in richcombo to Dialog "text" element
- Creating N "text" elements in Dialog
Hi,
I am creating plugin for CKEditor.
1. I have in toolbar "richcombo" which have list of values
2. richcombo -> onClick
Re: Plugin: Passing values and creating N elements
Simple explanation:
CKEditor Toolbar "richcombo" -> Selected value -> Passing selected value into Dialog "text" element ???
Please help