Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

KendoHelper Members

The KendoHelper type exposes the following members.

Methods


  Name Description
Public method Clone
Creates and

Return Value

deep clone of the instance
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetScriptPath
Public method GetStylePath
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RenderKendoCultureSetter
Render JavaScript that sets Kendo components' culture when the document has loaded
Public method RenderKendoScripts
Render references to Kendo scripts, including kendo.culture and kendo.messages
Public method RenderKendoStyles
Render references to Kendo component styles
Public method ToString (Inherited from Object.)

Fields


  Name Description
Public field Static member KendoBaseBundlePath
Public field Static member KendoCommonWidgetsBundlePath
Public field Static member KendoExtraWidgetsBundlePath
Public field Static member KendoStyleBundlePath
If Kendo is styled through bundle, it should have this path

Properties


  Name Description
Public property CommonWidgets
Public property CssPathFormat
The CSS path format. Placeholder {0} represents KendoVersion and {1} the filename.
Public property CultureSetter
Public property ExtraWidgets
Public property KendoBase
Public property KendoCssBaseBath
Hostname of Kendo CDN or other path that contains version folder of Kendo CSS
Public property KendoCulture
Culture for Kendo formatting settings.
Public property KendoFeatures
Public property KendoLanguage
Language code to be used by Kendo in UI messages.
Public property KendoScriptIds
List of Kendo JavaScript modules to be included on pages
Public property KendoStyleIds
List of Kendo CSS styles to be included on pages
Public property KendoVersion
Kendo UI version
Public property ScriptPathFormat
The script path format. Placeholder {0} represents KendoVersion and {1} the filename. The default value is ~/Scripts/kendo/{0}/{1}.