This is a migrated thread and some comments may be shown as answers.

Remove text 'Select' from the RadUpload browse button, not working well with a custom skin

6 Answers 473 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Shuchi Bhalla
Top achievements
Rank 1
Shuchi Bhalla asked on 04 Sep 2008, 09:27 PM
Hi,

I have created a custom skin for RadUpload and have replaced the ruButtons with a custom image buttons. the custom image button has the text 'Browse' placed on it.

I have made the required changes to the css file to accrdng to the new skin. But the text 'Select' still gets displayed over the custom button.

Is there a way to remove that text or to make it not visible?

Rgds
Shuchi

6 Answers, 1 is accepted

Sort by
0
Accepted
Veselin Vasilev
Telerik team
answered on 08 Sep 2008, 12:23 PM
Hi Shuchi Bhalla,

You can change the text of the Select button by using the localization of RadUpload.

In your case it will look like:

<telerik:RadUpload ID="RadUpload1" runat="server"
    <Localization Select="" /> 
</telerik:RadUpload> 

I hope this helps.

Regards,
Veskoni
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Shuchi Bhalla
Top achievements
Rank 1
answered on 08 Sep 2008, 07:53 PM
Thanks Veskoni..

That was just the solution I needed.

~Shuchi
0
shruthi
Top achievements
Rank 1
answered on 19 Jan 2011, 08:18 AM
Hi,
I am new to rad controls...
Can i know how to replace "select" button with an image.plz reply..

if i hav to attch css files for doing it ,hw can i do it?
0
Shinu
Top achievements
Rank 2
answered on 19 Jan 2011, 10:16 AM
Hello Shruthi,

The "Browse" button is rendered as an input element with the  CSS class ".RadUpload .ruBrowse". You can try overriding the CSS like below to override the default appearance..

CSS:
.RadUpload .ruBrowse 
    
          background-image: url(../Images/tabSelected.jpg) !important;
    }

Thanks,
Shinu.
0
shruthi
Top achievements
Rank 1
answered on 19 Jan 2011, 10:19 AM
How can i attach ths css to my rad control?
0
shruthi
Top achievements
Rank 1
answered on 19 Jan 2011, 10:22 AM
I got it :) thanku soo much
Tags
Upload (Obsolete)
Asked by
Shuchi Bhalla
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Shuchi Bhalla
Top achievements
Rank 1
shruthi
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or