constant CLOUD_ZOOM_STORAGE_NORMAL in Cloud Zoom 6
Preset Storage constants
4 uses of CLOUD_ZOOM_STORAGE_NORMAL
- cloud_zoom_admin_overview in ./
cloud_zoom.admin.inc - The admin overview page callback - provides a table of fields configured with the cloud_zoom display settings
- cloud_zoom_admin_preset_edit_form in ./
cloud_zoom.admin.inc - The edit form callback - provides editable fields for all the "default" options
- cloud_zoom_admin_preset_edit_form_submit_save in ./
cloud_zoom.admin.inc - Submit handler for the save button - this saves any settings which differ from the defaults. If there are no differing options, the sub-section is removed.
- cloud_zoom_get_settings in ./
cloud_zoom.module - Function to get the cloud_zoom settings Settings are cached both statically and in the cache table for performance.
File
- ./
cloud_zoom.module, line 12 - This module integrates the Cloud Zoom JQuery library from: http://www.professorcloud.com/mainsite/cloud-zoom.htm
Code
define('CLOUD_ZOOM_STORAGE_NORMAL', 0);