def get_by_key(my, key):
     key = my.get_persistent_key()
     return WidgetSettings.set_key_values(key, [config.xml.to_string()])
Beispiel #2
0
 def get_by_key(my, key):
     key = my.get_persistent_key()
     return WidgetSettings.set_key_values(key, [config.xml.to_string()])
 def commit(my):
     # store the widget persistently
     config_xml = my.serialize()
     key = my.get_persistent_key()
     WidgetSettings.set_key_values(key, [config.xml.to_string()])
Beispiel #4
0
 def commit(my):
     # store the widget persistently
     config_xml = my.serialize()
     key = my.get_persistent_key()
     WidgetSettings.set_key_values(key, [config.xml.to_string()])