NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: JohanR on May 26, 2013, 10:20:16 PM

Title: CSS or method for removing all button icons?
Post by: JohanR 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
Title: Re: CSS or method for removing all button icons?
Post by: Bruce 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
Title: Re: CSS or method for removing all button icons?
Post by: JohanR 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
Title: Re: CSS or method for removing all button icons?
Post by: JohanR on May 26, 2013, 11:34:49 PM

Thank you!
Working beautifully.



Johan