NetTalk Central

Author Topic: CSS or method for removing all button icons?  (Read 3117 times)

JohanR

  • Sr. Member
  • ****
  • Posts: 375
    • View Profile
    • Email
CSS or method for removing all button icons?
« on: May 26, 2013, 10:20:16 PM »
Hi,

Is there an easy method or switch to remove all the icons from jquery buttons?


thanks

Johan

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: CSS or method for removing all button icons?
« Reply #1 on: May 26, 2013, 10:39:17 PM »
well duh - this is like, completely obvious...(whatever....)

In WebHandler procedure,
.CreateButton method
Before Parent call

  if not omitted(jsi) then jsi = ''. 

Cheers
Bruce

JohanR

  • Sr. Member
  • ****
  • Posts: 375
    • View Profile
    • Email
Re: CSS or method for removing all button icons?
« Reply #2 on: May 26, 2013, 11:28:44 PM »

<g>

never know when to take you seriously or not
or was this one of the questions I end up asking and the answer was on line 4 in help file?

thanks

Johan

JohanR

  • Sr. Member
  • ****
  • Posts: 375
    • View Profile
    • Email
Re: CSS or method for removing all button icons?
« Reply #3 on: May 26, 2013, 11:34:49 PM »

Thank you!
Working beautifully.



Johan