CMSCustomCalendarControlGetScriptParameters Method |
Returns string with initial parameters for the date time picker. The result is joined from custom parameters defined by customParams and default parameters.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax protected string GetScriptParameters(
AbstractDateTimePicker datePickerObject,
HashSet<string> customParams
)
Parameters
- datePickerObject
- Type: CMS.Base.Web.UIAbstractDateTimePicker
Calendar control with settings - customParams
- Type: System.Collections.GenericHashSetString
Custom initial parameters that will be added into the result parameters
Return Value
Type:
StringSee Also