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

Notification

Icon
Error

Options
Go to last post Go to first unread
sam123  
#1 Posted : Thursday, August 4, 2011 2:20:34 AM(UTC)
sam123

Rank: Member

Groups: Member
Joined: 1/30/2011(UTC)
Posts: 16

Thanks: 4 times
I have set the description of file by the following code:
$au.uploader('uploaderID').files().get(index).description(value);

But it just showing me yellow image on file and not displaying any description on it.

How can we just display description on files instead of showing yellow image. Please check attach image for details

Edited by user Thursday, August 4, 2011 2:31:05 AM(UTC)  | Reason: Not specified

sam123 attached the following image(s):
DESC.GIF
Dmitry.Obukhov  
#2 Posted : Thursday, August 4, 2011 3:13:52 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello,

Unfortunately, it not possible to show description on file in Image Uploader 7. It will be shown like tool tip only, if user moves the mouse cursor over the yellow icon (please look at my screen shot).
Dmitry.Obukhov attached the following image(s):
screen.png
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
sam123  
#3 Posted : Thursday, August 4, 2011 11:22:50 PM(UTC)
sam123

Rank: Member

Groups: Member
Joined: 1/30/2011(UTC)
Posts: 16

Thanks: 4 times
i have added description in this manner.
$au.uploader('uploaderID').files().get(index).description(value);

But its not showing tooltip. Do we need to enable any more property for it

Edited by user Thursday, August 4, 2011 11:23:46 PM(UTC)  | Reason: Not specified

Dmitry.Obukhov  
#4 Posted : Thursday, August 4, 2011 11:36:53 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Please share complete code with adding description text through JavaScript or describe more detailed how you add it (using custom button or something else).
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
sam123  
#5 Posted : Saturday, August 6, 2011 12:00:24 AM(UTC)
sam123

Rank: Member

Groups: Member
Joined: 1/30/2011(UTC)
Posts: 16

Thanks: 4 times
function itemChange(){
try {

if ($au.uploader('<%= imageUploader1.ClientID %>')) {

//Compile the string with ordered formats.
var description = "hello";


//Update desriptions of selected items and write ordered formats information into it.
for (var i = 0; i < $au.uploader('<%= imageUploader1.ClientID %>').files().count(); i++) {
if ($au.uploader('<%= imageUploader1.ClientID %>').files().get(i).selected()) {

$au.uploader('<%= imageUploader1.ClientID %>').files().get(i).description(description);


}
//else { $au.uploader('<%= imageUploader1.ClientID %>').files().get(i).description(""); }
}
}
}
catch(ex){}
}

function itemChange is called on dropdown selection change and is working fine. I have alert this $au.uploader('<%= imageUploader1.ClientID %>').files().get(i).description(description); and its showing me value. but not showing onhover. Aurigma Dll version is 7.0.28.0

Edited by user Saturday, August 6, 2011 12:01:37 AM(UTC)  | Reason: Not specified

Dmitry.Obukhov  
#6 Posted : Monday, August 8, 2011 12:32:23 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Sam,

You are able to display description text in tiles view only. Please read more details in this topic: Customizing Tiles View. It is a new feature of Image Uploader 7.

Sorry that I forgot about it. I should advise you it earlier. If you have some problems with it, please feel free to let me know.

P.S. I would like to recommend you to test the latest version 7.0.37.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
thanks 1 user thanked Dmitry.Obukhov for this useful post.
sam123 on 8/8/2011(UTC)
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.