Tinymce and Blockquote Plugin
I am trying to add the blockquote button to the Teamsite (6.7.2) textarea wysiwyg. I put blockquote in the plugins folder and I added it to my custom_config.js file:
IWTinyMCECustomConfig("Custom", "toolbarRow", "bold,italic,underline,formatselect,blockquote|,numlist,bullist,|,outdent,indent,|,justifyleft,justifycenter,justifyright,justifyfull,|,undo,redo,|,link,unlink,removeformat,|,charmap,zoom,emotions,|,table,image,|,iespell,code,pasteword");
But the button is still not showing up in the menu bar. Can anyone tell me what to do so the button appear in the menu?
Thanks
IWTinyMCECustomConfig("Custom", "toolbarRow", "bold,italic,underline,formatselect,blockquote|,numlist,bullist,|,outdent,indent,|,justifyleft,justifycenter,justifyright,justifyfull,|,undo,redo,|,link,unlink,removeformat,|,charmap,zoom,emotions,|,table,image,|,iespell,code,pasteword");
But the button is still not showing up in the menu bar. Can anyone tell me what to do so the button appear in the menu?
Thanks
0
Comments
-
Have you used the external-editor-config=custom in the datacapture.cfg? Have you performed a teamsite reset?0
-
Yes, I set external-editor-config="HTMLTags" in the DCT and I ran a iwreset -a.
Thanks0 -
2 years later, not really fast to answer, but maybe it serves a purpose. This works for me:
/httpd/iw/tinymce/config/custom_config.js
IWTinyMCECustomConfig("formspub", "toolbarRow",
"bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,\
unlink,anchor,image,cleanup,help,code,media,|,insertdate,inserttime");0
Categories
- All Categories
- 123 Developer Announcements
- 54 Articles
- 156 General Questions
- 149 Thrust Services
- 57 Developer Hackathon
- 38 Thrust Studio
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 918 Core Messaging
- 84 Digital Asset Management
- 9.4K Documentum
- 33 eDOCS
- 190 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 10 XM Fax
- Follow Categories
TeamSite Developer Resources
If you are interested in gaining full access to the content, you can register for a My Support account here.
- Docker Automation
- LiveSite Content Services (LSCS) REST API
- Single Page Application (SPA) Modules
- TeamSite Add-ons
If you are interested in gaining full access to the content, you can register for a My Support account here.