X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.webapp%2Fsrc%2Fmain%2Fwebapp%2Fargeo-ria-lib%2Fslc%2Fclass%2Forg%2Fargeo%2Fslc%2Fria%2FApplet.js;h=4d43a12073153a92d02ff198a66b5a300d683b50;hb=fc482f660799a31c62a29b9333c6f3c458dde8d2;hp=b0b62df4dd42db5b64e58476fda1e6f75eec0bfe;hpb=e44399a405a78f0523fee9fa0089fe689b1db417;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc/class/org/argeo/slc/ria/Applet.js b/org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc/class/org/argeo/slc/ria/Applet.js index b0b62df4d..4d43a1207 100644 --- a/org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc/class/org/argeo/slc/ria/Applet.js +++ b/org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc/class/org/argeo/slc/ria/Applet.js @@ -54,7 +54,8 @@ qx.Class.define("org.argeo.slc.ria.Applet", }, command : null - }, + } + /*, "copytocollection" : { shared : true, selectionChange : function(viewId, xmlNode){ @@ -81,16 +82,13 @@ qx.Class.define("org.argeo.slc.ria.Applet", } } } + */ } } }, members : { - /** - * Called at applet creation. Just registers viewPane. - * @param viewPane {org.argeo.ria.components.ViewPane} The viewPane. - */ init : function(viewPane, xmlNode){ this.setView(viewPane); this.setViewSelection(new org.argeo.ria.components.ViewSelection(viewPane.getViewId())); @@ -102,10 +100,6 @@ qx.Class.define("org.argeo.slc.ria.Applet", } }, - /** - * Load a given test : the data passed must be an XML node containing the test unique ID. - * @param xmlNode {Element} The text xml description. - */ load : function(){ if(!this.data) return; if(this.loaded) return;