newhck / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

Custom jQueryUIThemes #74

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I can't find an easy way to specify a custom jQueryUITheme? My PHP is quite 
rusty, but as I see it, changing the "jqueryUITheme" for setAttributes only 
references existing jQuery themes from the Google AJAX API.

Is there any way to specify custom themes? And if so, where in the site 
directory should it be installed?

What version of the product are you using? On what operating system?
v1.0.9 on WinXP Pro SP2

Original issue reported on code.google.com by antzpa...@gmail.com on 10 Sep 2010 at 7:13

GoogleCodeExporter commented 8 years ago
The jqueryUITheme attribute is reserved only for the pre-defined jQueryUI 
themes, not custom built themes.  After you have built your custom theme, I'm 
assuming you can upload it anywhere in your web server's public path and 
reference the css file in the head tag just as you would any other css file.  
Have you tried this?

- Andrew

Original comment by ajporterfield@gmail.com on 10 Sep 2010 at 1:37

GoogleCodeExporter commented 8 years ago

Original comment by ajporterfield@gmail.com on 11 Sep 2010 at 2:22

GoogleCodeExporter commented 8 years ago
Thanks for your suggestions. I decided to not use a custom jQueryUI theme in 
the end.

Original comment by antzpa...@gmail.com on 14 Sep 2010 at 3:06