Threaded View
-
26 May 2010 7:06 AM #1
Add customized ToolButtons to ContentPanel's Header
Add customized ToolButtons to ContentPanel's Header
I am trying to add a printer icon to the header section of a ContentPanel. I defined a style (x-tool-printerIcon with my custom background image) I am trying to add it to the header using the following code:
I am unable to see it on the header. I am, however able to trace the correct style using browser's developer toolbar. What am I missing ?Code:contentPanelInstance.getHeader().addTool(new ToolButton("x-tool-printIcon"));
Similar Threads
-
ToolButtons aren't shown in ContentPanel header when the ContentPanel is Collapsed
By mauro.spinello in forum Ext GWT: DiscussionReplies: 0Last Post: 14 May 2010, 6:58 AM -
[CLOSED] ContentPanel's header text selection
By ypfamily in forum Ext GWT: Bugs (2.x)Replies: 3Last Post: 2 Jul 2009, 12:19 PM -
Customized header
By FireGlow in forum Ext GWT: Help & Discussion (1.x)Replies: 5Last Post: 9 Jun 2009, 11:06 PM


Reply With Quote