SysSingleton.MiscSetting
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:


Adding this method to your SysSingleton and marking it with Eco.ExternalLateBound=truecan give you access to functions inside the TurnkeyServer:
Adding this method to your SysSingleton and marking it with [[Documentation:Method.Eco.ExternalLateBound|Eco.ExternalLateBound]]=true can give you access to functions inside the TurnkeyServer:
  SysSingleton.MiscSetting(setting:String):Boolean
  SysSingleton.MiscSetting(setting:String):Boolean
The recongnised values of setting is currently:
The recognized values of setting are currently:
 
{| class="wikitable"
resetcss : this will regenerate the CSS from StylesInModel and ThemeAsData on the next read
|+
!Setting
!Explanation
|-
|resetcss  
|this will regenerate the CSS from StylesInModel and ThemeAsData on the next read
|-
|
|
|-
|
|
|}


See also: Documentation:Theme_as_data
See also: Documentation:Theme_as_data

Latest revision as of 09:08, 15 August 2024

Adding this method to your SysSingleton and marking it with Eco.ExternalLateBound=true can give you access to functions inside the TurnkeyServer:

SysSingleton.MiscSetting(setting:String):Boolean

The recognized values of setting are currently:

Setting Explanation
resetcss this will regenerate the CSS from StylesInModel and ThemeAsData on the next read

See also: Documentation:Theme_as_data

This page was edited 36 days ago on 08/15/2024. What links here