Ejemplo n.º 1
0
 }).then(function(appFile) {
     var appEditor = new qforms.ApplicationEditor(appFile);
     return appEditor.createPage({name: 'Page1', startup: 'true'});
 }).then(function(pageEditor) {
Ejemplo n.º 2
0
 qforms.helper.createDirIfNotExists(appFileDir).then(function() {
     return qforms.ApplicationEditor.createAppFile(appFilePath, {name: 'Application1'});
 }).then(function(appFile) {