Difference between revisions of "PT Photo Gallery Photo Manager Styles"
From ADF Docs
m (moved Photo Manager Change Styles to Change Photo Manager Styles: changed to user-friendly title) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
== Updates == | == Updates == | ||
* /ADF/apps/pt_photo_gallery/customcf/manager_layout.cfm | * /ADF/apps/pt_photo_gallery/customcf/manager_layout.cfm | ||
− | + | <source lang="java"> | |
− | + | application.ptPhotoGallery.scripts.loadJQueryUIStyles("ui-lightness", "1.7.1"); | |
− | + | </source> | |
+ | |||
* /ADF/apps/pt_photo_gallery/components/photoSizeGC.cfc | * /ADF/apps/pt_photo_gallery/components/photoSizeGC.cfc | ||
− | + | <source lang="java"> | |
− | + | variables.JQUERY_UI_THEME = "ui-lightness"; | |
− | + | </source> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | '''Note | + | '''Note''': [[Reset ADF|Reset the ADF]] for any changes. |
[[Category:Photo Gallery]][[Category:Customization]] | [[Category:Photo Gallery]][[Category:Customization]] |
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.