Upgrading the exploration tool to use the Preferences Framework
Justin Obara
obara.justin at gmail.com
Mon Oct 28 15:43:16 EDT 2013
I've just upgraded the Exploration Tool to use the latest version of Infusion from master. Since the last update of Infusion, what had been uiOptions was transitioned into a Preferences Frameworks. Below is a summary of some of the changes needed to bring the Exploration Tool up-to-date. It is not an exhaustive list, but should be useful in getting someone started in a similar upgrade.
Directory Changes:
component/uiOptions -> framework/preferences (Note: there is a new uiOptions component that makes use of the Preferences Framework)
Filename Changes:
UIOptions.css -> PrefsEditor.css
fss-theme-bw-uio.css -> fss-theme-bw-prefsEditor.css
FatPanelUIOptions.css -> SeparatedPanelPrefsEditor.css
FatPanelUIOptionsFrame.html -> SeparatedPanelFrame.html
Namespace changes:
css:
fl-uiOptions -> fl-prefsEditor
fl-theme-uio -> fl-theme-prefsEditor
js:
fluid.uiOptions -> fluid.prefs
Other changes:
fatPanel -> separatedPanel
onUIOptionsMarkupReady -> onPrefsEditorMarkupReady
fluid.uiOptions.panels -> fluid.prefs.panel (Note: panels -> panel)
What was fluid.uiOptions is now fluid.prefs.prefsEditor. A new UI Options component is now available at fluid.uiOptions.prefsEditor.
Thanks
Justin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.idrc.ocad.ca/pipermail/fluid-work/attachments/20131028/5266b5b8/attachment.html>
More information about the fluid-work
mailing list