PT Photo Gallery Photo Manager Styles
From ADF Docs
(Redirected from Change Photo Manager Styles)
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.