icon on tabs in tabpanel

  1. #1

    icon on tabs in tabpanel

    i can't add icon tab when add new tab in tabpanel
    function addTab(tabPanel, id, url, title) {

    var tab = tabPanel.getComponent(id);
    if (!tab) {
    tab = tabPanel.add({
    id: id,
    title: title,
    iconCls:'icon-transmitblue',
    closable:true,
    autoLoad: {
    showMask: true,
    url: url,
    mode:'iframe',
    maskMsg: 'Loading ' + url + '...'
    }
    });

    it not show in IE, FF,...
    help me!!!!
  2. #2

    RE: icon on tabs in tabpanel

    Hi,

    Did you define 'icon-transmitblue' css class or did you register icon?
    ScriptManager1.RegisterIcon(Icon.TransmitBlue);
  3. #3

    RE: icon on tabs in tabpanel

    thank for your help
    i fixed it
    thanks you

Similar Threads

  1. Add tabs to the tabpanel
    By Vaishali in forum 1.x Help
    Replies: 1
    Last Post: Oct 04, 2012, 11:23 AM
  2. How to close all tabs in TabPanel
    By ozayExt in forum 1.x Help
    Replies: 3
    Last Post: Apr 27, 2012, 11:48 AM
  3. Tabs are not added to tabPanel
    By Vaishali in forum 1.x Help
    Replies: 26
    Last Post: Feb 21, 2012, 8:13 AM
  4. Replies: 4
    Last Post: Jul 01, 2010, 1:49 AM
  5. Hi, Why the TabPanel cannot update 2 tabs?
    By bruce in forum 1.x Help
    Replies: 2
    Last Post: Apr 20, 2009, 10:25 PM

Posting Permissions