Click or drag to resize
CMSCustomCalendarControlRegisterDefaultScripts Method
Registers jQuery and default JS files for date time picker.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
protected void RegisterDefaultScripts(
	AbstractDateTimePicker datePickerObject
)

Parameters

datePickerObject
Type: CMS.ExtendedControlsAbstractDateTimePicker
Calendar control with settings
See Also