Home
TeamSite
Customization of TinyMCE 7.1 bullet List
neera1212
We are using TinyMCE in a textarea. For the bulletlist and numlist button we need a list of option to be populated. What is the possible way to implement it.
Please help me.
Thanks
Find more posts tagged with
Comments
Garth McMillan
As in, when you click a list item button, you want it to insert a list into the text area that already has items?
I think you'll need to create a custom TinyMCE plugin to do that. You can look at the TinyMCE documentation (
http://www.tinymce.com/
- NOTE: TeamSite uses TinyMCE 3, not 4) or the existing TeamSite plugins (located
{iwhome}\TeamSite\httpd\iw\tinymce\jscripts\tiny_mce\plugins
) for examples.
There are also posts on these forums about creating custom TinyMCE plugins.