TabPanel - add icon

  1. #1

    TabPanel - add icon

    How can I add an icon (image) to the TabPanel's tab?
  2. #2
    Hi,

    You can set the .Icon property.

    Example

    Icon="Add"

    Hope this helps.
    Geoffrey McGill
    Founder
  3. #3
    Whose property the .Icon do you mean? How can I get access to this property?


    <ext:TabPanel ID="tpMain" runat="server" >
            <Items>
                <ext:Panel runat="server" Title="a" ID="a" > ....</ext:Panel>
                <ext:Panel runat="server" Title="b" ID="b" > ....</ext:Panel>
                <ext:Panel runat="server" Title="c" ID="c" > ....</ext:Panel>
            </Items>
    </ext:TabPanel>
    And I also want to use custom icons and images, but not only standart (built-in ext.net) icons.
    Last edited by AlexMaslakov; Aug 30, 2011 at 12:57 PM.

Similar Threads

  1. [CLOSED] [2.0] TabPanel Icon
    By Timothy in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 22, 2012, 4:33 AM
  2. How to add a icon to tabpanel?
    By DanielXu in forum 1.x Help
    Replies: 1
    Last Post: Jun 28, 2011, 10:47 PM
  3. Replies: 1
    Last Post: May 20, 2011, 5:02 AM
  4. [CLOSED] How to update the icon of a TabPanel on the fly?
    By rmelancon in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Oct 04, 2010, 9:38 PM
  5. icon on tabs in tabpanel
    By silverstarsky in forum 1.x Help
    Replies: 2
    Last Post: Nov 20, 2009, 5:11 AM

Posting Permissions