<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: widget code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Fri, 25 Jul 2008 02:25:28 GMT</pubDate>
    <description>DZone Snippets: widget code</description>
    <item>
      <title>Save preference key for Widgets ( Dashboard - Mac OSX )</title>
      <link>http://snippets.dzone.com/posts/show/3661</link>
      <description>Save preferences&lt;br /&gt;&lt;code&gt;&lt;br /&gt;if (window.widget) {&lt;br /&gt;	widget.setPreferenceForKey(value, 'myKey');&lt;br /&gt;}&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Load preferences&lt;br /&gt;&lt;code&gt;&lt;br /&gt;if (window.widget) {&lt;br /&gt;	if (!(widget.preferenceForKey('myKey') === undefined)) {&lt;br /&gt;		var myKey = widget.preferenceForKey('myKey');&lt;br /&gt;	}&lt;br /&gt;}&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Mon, 12 Mar 2007 07:45:08 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/3661</guid>
      <author>ki4ngel (Benoit Asselin)</author>
    </item>
  </channel>
</rss>
