Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. JavaScript
  4. Icon on the left of the fieldLable of a textField

Icon on the left of the fieldLable of a textField

Scheduled Pinned Locked Moved JavaScript
javascriptcssdesignhelp
1 Posts 1 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Pierre besquent
    wrote on last edited by
    #1

    Hi guys, I work with EXT JS Framework.I want to place my icon on the left of the fieldlabel of my textField.my code is :

    var labelDownloadReport = new Ext.ux.StaticTextField ({
    readOnly : true,
    scope : this,
    fieldLabel : '<a href="javascript: app.Communication.Edit_Cb.downloadReport">Télécharger </a>',
    labelSeparator : '',
    hidden : this.isNew (),
    height : '0',
    width : '450',
    ctCls : 'app-icon-attachment',
    renderer : app.Communication.Edit_Cb.downloadReport
    });

    my css is :

    .app-icon-attachment
    {
    width : 11px;
    height : 11px;
    background-repeat : no-repeat;
    text-align : right;
    background-position : left;
    padding-left : 10%;
    padding-right : 10%;

    background-image    : url('../../img/communication/attachment.png') !important;
    

    }

    the problem is the icon is always placed on the right of the textField ty

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups