NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: CaseyR on July 04, 2012, 03:28:19 PM

Title: Adding JavaScript icon to Other button
Post by: CaseyR on July 04, 2012, 03:28:19 PM
Hi,

I am trying to use the small trash icon as a JavaScript icon for an Other button on a Browse.  I can't find the png in any of the image folders.  Tried using 'ui-icon-trash' but that generates a ^ symbol.

How do I use the JavaScript icons for Other buttons?

Any suggestions would be much appreciated.  Thanks.

 
Title: Re: Adding JavaScript icon to Other button
Post by: Matthew on July 04, 2012, 09:59:51 PM
Hello

If You would like to use one of the JQuery icon You should put name of that icon without 'ui-icon-'.
So if You would like to use ''ui-icon-trash'  with Other button just put 'trash' in 'JavaScript desktop or mobile icon' field.

Regards,
Matthew
Title: Re: Adding JavaScript icon to Other button
Post by: CaseyR on July 05, 2012, 08:48:13 AM
Worked great.   Thanks, Matthew.