Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
pustefisk  
#1 Posted : Saturday, August 2, 2008 7:47:14 PM(UTC)
pustefisk

Rank: Newbie

Groups: Member
Joined: 4/14/2008(UTC)
Posts: 6

I need to be able to set quite a few properties - such as borderstyles - on the ASP.NET imageuploader. I see some of the properties but is also lacking others.

Can I still set the uploader external stylesheet somehow ?
Fedor  
#2 Posted : Sunday, August 3, 2008 1:48:59 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Underlying Image Uploader Activex control/Java applet does not support CSS properties, however there are several way how to get the same effect.

Quote:
such as borderstyles


You can set it for each pane using following properties:

TreePaneBorderStyle
FolderPaneBorderStyle
UploadPaneBorderStyle

To set border style on all control you can place ASP.NET control inside of DIV element and specify СSS properties to it.

What exactly CSS properties do you miss?
Best regards,
Fedor Skvortsov
pustefisk  
#3 Posted : Sunday, August 3, 2008 2:32:42 AM(UTC)
pustefisk

Rank: Newbie

Groups: Member
Joined: 4/14/2008(UTC)
Posts: 6

Well, I need to set something like border-right, borer-top and so on. there are a number of properties that would be extremly nice to be able to set!

As for the three properties you named - these can on be set for all four side - not for a single side seperately.

Nicolai
Fedor  
#4 Posted : Monday, August 4, 2008 2:50:45 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Quote:
Well, I need to set something like border-right, borer-top and so on. there are a number of properties that would be extremly nice to be able to set!

As for the three properties you named - these can on be set for all four side - not for a single side seperately.


Nicolai, I am not sure that we will implement this feature in the nearest time. If you need it urgently please submit request feature case.

Edited by user Monday, August 4, 2008 3:56:58 PM(UTC)  | Reason: Not specified

Best regards,
Fedor Skvortsov
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.