IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
You must store the client class in a javascript file in the project, where the view resides.
You must include the following methods:
initialize
dispose
To create the file, perform the following:
DatePickerField.js
GITHUB EXAMPLE: For more information about the content of the file, see the DatePickerField.js file of the downloaded sample project.
To create the namespace for the client code you call the registerNamespace of the Type class.
registerNamespace
Type
NOTE: The same namespace must be used throughout the entire client code in this file.
You register the client class by calling the registerClass method.
registerClass
To reference the client script and specify a script descriptor for the view, you must override the following methods:
GetScriptDescriptors
GetScriptReferences
You override GetScriptDescriptors and GetScriptReferences methods in the DatePickerField.cs.
GITHUB EXAMPLE: For more information about the content of the file, see the DatePickerField.cs file of the downloaded sample project.
You must reference the client component from the view class. You do this in the override for the GetScriptReference method. In it you create a script reference for your client component. When creating the reference, you must specify the name of the embedded resource that contains the client component and the assembly it resides in. In the GetScriptDescriptors method you specify a script descriptor for the view.
GetScriptReference
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important