You are here

function _slider_pro_plugin_style_refresh_layers in Slider Pro 7

Ajax callback in response to layers.

1 string reference to '_slider_pro_plugin_style_refresh_layers'
slider_pro_style_plugin::options_form in views/slider_pro_style_plugin.inc
Adds Slider Pro configuration form options.

File

views/slider_pro_style_plugin.inc, line 348
Contains the slider pro style plugin.

Code

function _slider_pro_plugin_style_refresh_layers($form, &$form_state) {
  return $form['options']['style_options']['slider_pro']['layers'];
}