You are here

constant RESPONSIVE_TABLES_FILTER_CUSTOM_CSS in Responsive Tables Filter 7

System variable to toggle asset loading on every page.

4 uses of RESPONSIVE_TABLES_FILTER_CUSTOM_CSS
responsive_tables_filter_admin_form in ./responsive_tables_filter.admin.inc
Form callback to control module settings.
responsive_tables_filter_config_form_validate in ./responsive_tables_filter.admin.inc
Custom form validation.
responsive_tables_filter_uninstall in ./responsive_tables_filter.install
Implements hook_uninstall().
_responsive_tables_filter_add_js_css in ./responsive_tables_filter.module
Add Tablesaw JS and CSS.

File

./responsive_tables_filter.module, line 31
Make tables responsive, when filter is enabled for the field.

Code

define('RESPONSIVE_TABLES_FILTER_CUSTOM_CSS', 'responsive_tables_filter_custom_css');