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=3e24f32c95b5ac3ec7fcae7000c4a8cfb857d514;hp=260b60c81a2614575ccb2a86b49387f176fcc148;hpb=e8cd0ca7139e2058e004d88920b2f44dcbef1305;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 260b60c81..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 @@ -89,10 +89,6 @@ 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())); @@ -104,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;