NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Rob Kolanko on September 08, 2012, 09:49:13 AM

Title: Putting JQuery Icons into XHTML strings
Post by: Rob Kolanko on September 08, 2012, 09:49:13 AM
Hi,
Is there a standard method to add the JQuery button icons into display strings. Such as "Click on the  <check JQuery icon> to select the record".
I would like to add a legend of the browse button icons below my browse.
Thanks
Robert Kolanko
Title: Re: Putting JQuery Icons into XHTML strings
Post by: Bruce on September 09, 2012, 09:52:24 PM
<span class="ui-icon ui-icon-locked"></span>

where the second class is obviously the button you'd like to display.

cheers
Bruce