NetTalk Central

Author Topic: Adding JavaScript icon to Other button  (Read 2852 times)

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Adding JavaScript icon to Other button
« 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.

 

Matthew

  • Full Member
  • ***
  • Posts: 137
    • View Profile
    • Email
Re: Adding JavaScript icon to Other button
« Reply #1 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

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Re: Adding JavaScript icon to Other button
« Reply #2 on: July 05, 2012, 08:48:13 AM »
Worked great.   Thanks, Matthew.