As suggested I’ve added a load/save instance to the file menu too.
2 Comments
Henrik Gemal said:
I see a lot of Strict JavaScript warnings in XForms Buddy. Like:
Warning: function chooseModel does not always return a value
Source file: chrome://xformsbuddy/content/xformsbuddy.js
Line: 164, Column: 48
Source code:
return alert(“Could not get model element!”);
Warning: function cmdinstsave does not always return a value
Source file: chrome://xformsbuddy/content/xformsbuddy.js
Line: 273, Column: 0
Source code:
}
I see a lot of Strict JavaScript warnings in XForms Buddy. Like:
Warning: function chooseModel does not always return a value Source file: chrome://xformsbuddy/content/xformsbuddy.js Line: 164, Column: 48 Source code: return alert(“Could not get model element!”);
Warning: function cmdinstsave does not always return a value Source file: chrome://xformsbuddy/content/xformsbuddy.js Line: 273, Column: 0 Source code: }
hmm, yeah I should probably clean it up a bit.