This HTML5 document contains 5 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
n4http://dbkwik.webdatacommons.org/ontology/
rdfshttp://www.w3.org/2000/01/rdf-schema#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n7http://dbkwik.webdatacommons.org/resource/iEFe6pY0OS3_LmjnVNNwsw==
xsdhhttp://www.w3.org/2001/XMLSchema#
n2http://dbkwik.webdatacommons.org/resource/fplfNVnz_zt4X8jGSs0JdA==
n6http://dbkwik.webdatacommons.org/resource/OVIRyO8a6KqJuVC-lXn0RQ==
Subject Item
n2:
rdfs:label
Reset Widget Preferences to Defaults
rdfs:comment
This very simple function allows you to set all the preferences for your Widget back to their default values. Quite useful as an addition to the context menu since there's no way to do this built into Konfabulator. function resetPreferences() { for (p in preferences) { eval('preferences.' + p + '.value = preferences.' + p + '.defaultValue'); } savePreferences(); }
dcterms:subject
n6: n7:
n4:abstract
This very simple function allows you to set all the preferences for your Widget back to their default values. Quite useful as an addition to the context menu since there's no way to do this built into Konfabulator. function resetPreferences() { for (p in preferences) { eval('preferences.' + p + '.value = preferences.' + p + '.defaultValue'); } savePreferences(); }