24 Settings::setDefaultValue(
"date_picker",
"date_picker_theme",
"Dashboard", String,
"",
"",
"Bootstrap\nDashboard\njqui\nMinimal\nVista");
44 $styles .=
"<link href='/components/date_picker/css/datepicker.css' rel='stylesheet'/>\n";
45 $styles .=
"<link href='/components/date_picker/css/datepicker_{$theme}/datepicker_{$theme}.css' rel='stylesheet'/>\n";
Provides a central management class for event handlers and common functionality for the date_picker c...
static registerFieldRenderers()
static addTheme($template)
static usingFeature()
Uses the specified framework feature(s).
static getValue($component, $name)
Retrieve the value of the specified Setting.
static setDefaultValue($component, $name, $value, $field_type="String", $annotation="", $category="", $options="", $weight=0)
Sets the default value of the given component setting.