I allready tried that with several variations. For example:
Core.settings.saveOptions = Option_Fontsize(ANALOGUS_OPTIONS)
But where to put the value ('Size1') to be stored?
This did not work in my case. I have problems to understand where I should put the name of the File ('ANALOGUS_OPTIONS.JS'), the Value ('Size1') and the Optionname ('Option_Fontsize').
What should I write on the position of 'function':
Core.settings.saveOptions = function(addon)
What on the position of addon? I guess the name of the addon-file ('ANALOGUS_OPTIONS').
A.
|