l_setOption | R Documentation |
All of loon's displays access a set of common options. This function assigns the value to the named option.
l_setOption(option, value)
option |
the name of the option being set |
value |
the value to be assigned to the option. If value == "default", then the option is set to loon's default value for it. |
the new value
l_getOption
, l_getOptionNames
, l_userOptions
,
l_userOptionDefault
l_setOption("select-color", "red")
l_setOption("select-color", "default")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.