[CLOSED] Buttons with images of 64 pixels

  1. #1

    [CLOSED] Buttons with images of 64 pixels

    Hi!!!

    I wish use some buttons with images of 64 pixels of height and width...

    I set the height and width of button to 64, but the image area still with 32 pixels...

    //btnPrint
        var btnPrint = paneButtons.add({
            itemId: 'btnPrint',
            xtype: 'button',
            //cls: 'Salas-Header-Logout',
            scale: 'large',
            rowspan: 3,
            iconCls: 'print_64',
            x: 10,
            y: 60,
            height: 64,
            width: 64,
        });
    Last edited by Daniil; Sep 11, 2012 at 11:32 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Here was the same request, please follow:
    http://forums.ext.net/showthread.php...ll=1#post84144
  3. #3
    Hi Daniil!!!!

    Thanks a lot... Works very fine

Similar Threads

  1. Replies: 12
    Last Post: Dec 12, 2012, 4:51 AM
  2. Replies: 6
    Last Post: Jul 11, 2012, 8:00 AM
  3. htmlEditor and Images
    By fabiomarcos in forum 1.x Help
    Replies: 1
    Last Post: Jun 27, 2011, 8:58 AM
  4. [CLOSED] [1.0] Radio buttons that appear as buttons
    By MP in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 24, 2010, 6:28 PM
  5. Image buttons / Custom built buttons
    By conman in forum 1.x Help
    Replies: 2
    Last Post: Jul 15, 2008, 11:01 AM

Posting Permissions