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

Notification

Icon
Error

Options
Go to last post Go to first unread
fotomike  
#1 Posted : Sunday, August 11, 2013 4:13:54 AM(UTC)
fotomike

Rank: Newbie

Groups: Member
Joined: 12/14/2008(UTC)
Posts: 2

Thanks: 1 times
Hi,

we are currently testing the html5-uploader and want to customize the ui with our own styles. The most of the styling is done very simply with css. However we have a probem with the clear-all-hyperlink. This link have no unique id or css-class with which we can sytle it. We want to set a background-image just for this link. Is there a way to style just this link?

Another question: We want to show a second button on our upload-site which could open the open-file-dialog. We've tried a lot, but we couldn't find the js-function which starts the open-file-dialog. What is the name of this function?

Any idea?

Thanks a lot ;o)

Edited by user Sunday, August 11, 2013 4:27:30 AM(UTC)  | Reason: Not specified

Fedor  
#2 Posted : Friday, August 16, 2013 3:01:01 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)
fotomike wrote:
However we have a probem with the clear-all-hyperlink. This link have no unique id or css-class with which we can sytle it. We want to set a background-image just for this link. Is there a way to style just this link?

You can style "remove all files" link using non-specific CSS classes and element position:

Code:
<style type="text/css">
    .au-upldr-top-pane .goog-link-button:last-child {
        color: #080;
        border: 1px solid black;	
    }               
    .au-upldr-top-pane .goog-link-button.goog-link-button-disabled:last-child {
        color: #f00;	
    }
    </style>

fotomike wrote:
Another question: We want to show a second button on our upload-site which could open the open-file-dialog. We've tried a lot, but we couldn't find the js-function which starts the open-file-dialog. What is the name of this function?

Unfortunately the function of adding files is not exposed via external uploader API. We will add it in the future releases.

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.