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

Upload dialog style

2 Answers 51 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Fit2Page asked on 23 Sep 2009, 09:17 AM
Hi,

I am experiencing a slight difference in the rendering of the Upload dialog.

E.g. the upload button btnUpload in the imagemanager upload has class . rfdDecorated

But when I use the RadFileExplorer object on a seperate page the btnUpload has NO class.
The same goes for the rfdCheckboxChecked and rfdCheckboxUnchecked classes

Please assist...

Marc

2 Answers, 1 is accepted

Sort by
0
Accepted
Martin
Telerik team
answered on 26 Sep 2009, 06:10 AM
Hi Fit2Page,

The difference between the dialogs of RadEditor and RadUpload when used separately is that in RadEditor we use RadFormDecorator to style the form controls in the dialogs. When used separately, RadUpload is skinned by its skins only, and this is the cause for the difference. If you need to style RadUpload on a separate page you have to add RadFormDecorator on that page. Also, if you want to style only RadUpload you can put it in a <div /> with a certain ID, and then use this ID in the DecorationZoneID property of the control. Thus only the controls in that <div /> will be styled by FormDecorator.

Have a great weekend,
Martin Ivanov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
answered on 30 Sep 2009, 08:43 AM
Hi Martin,

Just want to let you know that this is also the case in

http://demos.telerik.com/aspnet-ajax/fileexplorer/examples/default/defaultcs.aspx

Regards,
Marc





Tags
Editor
Asked by
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Martin
Telerik team
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Share this question
or