C# Class SitefinityWebApp.Forms.DateTimeField.Designer.DateTimeFieldDesigner

Represents a designer for the SitefinityWebApp.Forms.DateTimeField.DateTimeField widget
Inheritance: ControlDesignerBase
Show file Open project: SalientCRGT/electric-eel

Public Properties

Property Type Description
layoutTemplatePath string

Public Methods

Method Description
GetScriptDescriptors ( ) : System.Collections.Generic.IEnumerable

Gets a collection of script descriptors that represent ECMAScript (JavaScript) client components.

GetScriptReferences ( ) : System.Collections.Generic.IEnumerable

Gets a collection of ScriptReference objects that define script resources that the control requires.

Protected Methods

Method Description
InitializeControls ( Telerik container ) : void

Private Methods

Method Description
ConfigureMetaFieldName ( ) : void

Configures the name of the meta field.

Method Details

GetScriptDescriptors() public method

Gets a collection of script descriptors that represent ECMAScript (JavaScript) client components.
public GetScriptDescriptors ( ) : System.Collections.Generic.IEnumerable
return System.Collections.Generic.IEnumerable

GetScriptReferences() public method

Gets a collection of ScriptReference objects that define script resources that the control requires.
public GetScriptReferences ( ) : System.Collections.Generic.IEnumerable
return System.Collections.Generic.IEnumerable

InitializeControls() protected method

protected InitializeControls ( Telerik container ) : void
container Telerik
return void

Property Details

layoutTemplatePath public static property

public static string layoutTemplatePath
return string