Within a Tridion GUI Extension, how to add an icon to the context-menu?
How do I add an icon to my Tridion 2011 GUI Extension context-menu item? Is it in the theme or GUI Extension config? Is the size 16px? Yes the icon is 16 x 16. I've always done it using CSS, I hope this explanation makes sense: 1) In your editor.config, you specify the css file and other resources you need <cfg:groups> <cfg:group name="PowerTools.Resources.Base" merge="always"> <cfg:fileset> <cfg:file type="style">/PowerTools/Client/Shared/Theme/styles.css</cfg:file> 2) When you configure the context menu, you have the ID attribute in the ContextMenuItem (shown below as PT_PagePublisher) <ext