Click here to Skip to main content
15,886,823 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionRegarding JQueryCurrency Pin
dayakar_dn31-May-11 0:33
dayakar_dn31-May-11 0:33 
AnswerRe: Regarding JQueryCurrency Pin
thatraja3-Jun-11 18:19
professionalthatraja3-Jun-11 18:19 
QuestionPopulating a textbox inside usercontrol thru jquery. Pin
fififlowertot30-May-11 1:09
fififlowertot30-May-11 1:09 
AnswerRe: Populating a textbox inside usercontrol thru jquery. Pin
AspDotNetDev30-May-11 1:52
protectorAspDotNetDev30-May-11 1:52 
GeneralRe: Populating a textbox inside usercontrol thru jquery. Pin
fififlowertot30-May-11 3:49
fififlowertot30-May-11 3:49 
QuestionTooltip(true,escape('Benito's Taco Shop'),event) Pin
smraj150325-May-11 19:03
smraj150325-May-11 19:03 
AnswerRe: Tooltip(true,escape('Benito's Taco Shop'),event) Pin
Graham Breach25-May-11 20:39
Graham Breach25-May-11 20:39 
QuestionIcon on the left of the fieldLable of a textField Pin
Pierre besquent25-May-11 0:13
Pierre besquent25-May-11 0:13 
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
QuestionURL Decodind in javascript Pin
Ali Al Omairi(Abu AlHassan)24-May-11 2:09
professionalAli Al Omairi(Abu AlHassan)24-May-11 2:09 
AnswerRe: URL Decodind in javascript Pin
Not Active24-May-11 2:36
mentorNot Active24-May-11 2:36 
GeneralRe: URL Decodind in javascript Pin
Ali Al Omairi(Abu AlHassan)25-May-11 0:21
professionalAli Al Omairi(Abu AlHassan)25-May-11 0:21 
AnswerRe: URL Decodind in javascript Pin
Pete O'Hanlon24-May-11 3:01
mvePete O'Hanlon24-May-11 3:01 
GeneralRe: URL Decodind in javascript Pin
Ali Al Omairi(Abu AlHassan)25-May-11 0:17
professionalAli Al Omairi(Abu AlHassan)25-May-11 0:17 
GeneralRe: URL Decodind in javascript Pin
sivaguru theerthamalai25-May-11 20:45
sivaguru theerthamalai25-May-11 20:45 
GeneralRe: URL Decodind in javascript [modified] Pin
Ali Al Omairi(Abu AlHassan)25-May-11 21:24
professionalAli Al Omairi(Abu AlHassan)25-May-11 21:24 
GeneralRe: URL Decodind in javascript Pin
sivaguru theerthamalai25-May-11 22:22
sivaguru theerthamalai25-May-11 22:22 
GeneralRe: URL Decodind in javascript Pin
Ali Al Omairi(Abu AlHassan)25-May-11 22:52
professionalAli Al Omairi(Abu AlHassan)25-May-11 22:52 
GeneralRe: URL Decodind in javascript Pin
Ali Al Omairi(Abu AlHassan)25-May-11 22:29
professionalAli Al Omairi(Abu AlHassan)25-May-11 22:29 
Questiondetermine file size before uploading? Pin
Gofur Halmurat22-May-11 3:15
Gofur Halmurat22-May-11 3:15 
AnswerRe: determine file size before uploading? Pin
twseitex22-May-11 10:16
twseitex22-May-11 10:16 
AnswerRe: determine file size before uploading? Pin
Peter_in_278022-May-11 17:24
professionalPeter_in_278022-May-11 17:24 
AnswerRe: determine file size before uploading? Pin
Peter_in_278022-May-11 17:29
professionalPeter_in_278022-May-11 17:29 
AnswerRe: determine file size before uploading? Pin
thatraja23-May-11 4:20
professionalthatraja23-May-11 4:20 
GeneralRe: determine file size before uploading? Pin
Peter_in_278023-May-11 14:22
professionalPeter_in_278023-May-11 14:22 
GeneralRe: determine file size before uploading? Pin
Manfred Rudolf Bihy23-May-11 18:55
professionalManfred Rudolf Bihy23-May-11 18:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.