Page 1 of 1

jQuery UI Themeroller Framework Icons

Posted: 01 Apr 2014
by schuess
Are we able to use the jQuery UI Themeroller Framework Icons in our forms? If yes, where would we store the images?


Thanks

Matt

Re: jQuery UI Themeroller Framework Icons

Posted: 02 Apr 2014
by Dmitry Kozlov
I recommend you to store your CSS styles in a separate file and include it into your form with help of HTML-control. Put the following code into its Content property:

<link rel="stylesheet" type="text/css" href="[path to a custom css]" />

Place jQuery UI images into 'images' directory near your custom CSS-file.