Static Functions

Static functions within the Core library.

Methods

enableRipple

Globally enables a ripple effect on all controls.

Parameter Type Description
isRipple Boolean Specifies whether to enable or disable the ripple effect.

Returns: Void

enableRtl

Globally enables RTL on all controls.

Parameter Type Description
status (optional) Boolean Specifies whether to enable or disable RTL.

Returns: Void

loadCldr

Load the given CLDR data into the context.

Parameter Type Description
data Object[] Specifies the CLDR data to load in the various formatter and parsers.

Returns: Void

registerLicense

Register your license key to remove trial banners.

Parameter Type Description
key String Specifies your license key.

Returns: Void

setAnimationMode

Globally enable or disable animations on all controls.

Parameter Type Description
key String AnimationMode Specifies the value to enable or disable the animation for all controls.

Returns: Void

setCulture

Globally set the culture for all controls.

Parameter Type Description
cultureName String Specifies the name of the culture that will be used as the default.

Returns: Void

setCurrencyCode

Globally set the currency code for all controls.

Parameter Type Description
currencyCode String Specifies the currency code that will be used as the default.

Returns: Void