Are you using options.putValue(...) and options.getValue(...) to pass
the values?
On Feb 27, 2:31 pm, Phil <pspe...@orlandosentinel.com> wrote:
Hi,
I'm trying to take the standard RSS Feed gadget and modify it a bit.
What I want to do is display a list of other RSS feeds someone can
click on in the Options window. Problem is I can't seem to get the
CONFIG_FEED_URL variable from the Config_constants.js passed into the
options window and I can't pass it back to the main window so that it
will monitor a different RSS feed.
I saw a post that looked similar where they suggested using the
"plugin.onShowOptionsDlg = OnInitOptions;" command, but when I do it
errors saying OnInitOptions is undefined.
Any suggestions on how I can do this?
Thanks,