Difference between revisions of "PT Photo Gallery Photo Manager Styles"
From ADF Docs
(→Reset the ADF) |
|
(No difference)
|
Latest revision as of 12:25, 26 March 2010
Overview
The Photo Gallery Admin manager script is developed with JQuery UI (http://jqueryui.com/). This library provides the capability to style the tabs and datasheets using the JQuery UI themes (http://jqueryui.com/themeroller/).
These are the different style effects available for tabs and the general chooser fields. To change the style, minor updates are needed.
Updates
- /ADF/apps/pt_photo_gallery/customcf/manager_layout.cfm
application.ptPhotoGallery.scripts.loadJQueryUIStyles("ui-lightness", "1.7.1");
- /ADF/apps/pt_photo_gallery/components/photoSizeGC.cfc
variables.JQUERY_UI_THEME = "ui-lightness";
Note: Reset the ADF for any changes.