powered by
All of loon's displays access a set of common options. This function assigns the value to the named option.
l_setOption(option, value)
the new value
the name of the option being set
the value to be assigned to the option. If value == "default", then the option is set to loon's default value for it.
l_getOption, l_getOptionNames, l_userOptions, l_userOptionDefault
l_getOption
l_getOptionNames
l_userOptions
l_userOptionDefault
l_setOption("select-color", "red") l_setOption("select-color", "default")
Run the code above in your browser using DataLab