You are here

function ctools_export_ui::list_css in Chaos Tool Suite (ctools) 6

Same name and namespace in other branches
  1. 7 plugins/export_ui/ctools_export_ui.class.php \ctools_export_ui::list_css()

Add listing CSS to the page.

Override this if you need custom CSS for your list.

1 call to ctools_export_ui::list_css()
ctools_export_ui::list_page in plugins/export_ui/ctools_export_ui.class.php
Master entry point for handling a list.

File

plugins/export_ui/ctools_export_ui.class.php, line 508

Class

ctools_export_ui
Base class for export UI.

Code

function list_css() {
  ctools_add_css('export-ui-list');
}