function calendar_plugin_display_page::popup_options in Calendar 7
Same name and namespace in other branches
- 6.2 includes/calendar_plugin_display_page.inc \calendar_plugin_display_page::popup_options()
- 7.2 includes/calendar_plugin_display_page.inc \calendar_plugin_display_page::popup_options()
2 calls to calendar_plugin_display_page::popup_options()
- calendar_plugin_display_page::options_form in includes/
calendar_plugin_display_page.inc - @TODO Figure out how to get the colorpicker working in D7.
- calendar_plugin_display_page::options_summary in includes/
calendar_plugin_display_page.inc - Provide the summary for attachment options in the views UI.
File
- includes/
calendar_plugin_display_page.inc, line 146 - Views page plugin for the Calendar module.
Class
- calendar_plugin_display_page
- The plugin that handles a full calendar page.
Code
function popup_options() {
return array(
0 => t('No'),
1 => t('Yes'),
);
}