Class: VCMOptions

$k. VCMOptions

new $k.VCMOptions()

Used to set VCM runtime options

Methods

css() : string

Function to access the css

Only supported in the following application environment(s): View configuration mapper

Since:
  • 5.4.0
Returns:
Type Description
string

language() : string

Function to access the language

Only supported in the following application environment(s): View configuration mapper

Since:
  • 5.4.0
Returns:
Type Description
string

setCSS() : string

Function to set the css

Only supported in the following application environment(s): View configuration mapper

Since:
  • 5.4.0
Returns:
Type Description
string

setCustomOption(variable, value)

set the value of the given variable

Name Type Description
variable string
value

supported variable types include all javascript base types and arrays of the latter

Since:
  • 5.4.0

setLanguage() : string

Function to set the language

Only supported in the following application environment(s): View configuration mapper

Since:
  • 5.4.0
Returns:
Type Description
string

setTranslations()

Function to set the translations

Only supported in the following application environment(s): View configuration mapper

Since:
  • 5.4.0