2009-01-05 23:27:19 +00:00
|
|
|
print(plasmoid.readConfig("Test"));
|
2009-01-06 00:11:31 +00:00
|
|
|
plasmoid.activeConfig = "secondary";
|
|
|
|
print(plasmoid.activeConfig);
|
|
|
|
print(plasmoid.readConfig("Test"));
|
2009-01-07 20:28:10 +00:00
|
|
|
plasmoid.writeConfig("Test", "You should see this!");
|
|
|
|
print(plasmoid.readConfig("Test"));
|
2009-01-05 23:27:19 +00:00
|
|
|
|