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

Notification

Icon
Error

Options
Go to last post Go to first unread
Dmitry.Obukhov  
#1 Posted : Tuesday, November 30, 2010 11:54:39 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)
The filterHintText property gets/sets a text of the prompt inside the search box. After testing, we found that there was no space after a set value. Unfortunately, this problem is not fixable, because Java reduces extra spaces in parameters.

We offer you to use a workaround: set this property in the InitComplete event:

Code:
 function Uploader1_InitComplete(){

$au.uploader('Uploader1').folderPane().filterHintText('Search: ');

}
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Users browsing this topic
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.