From: Charles du Jeu Date: Tue, 27 Jan 2009 14:31:57 +0000 (+0000) Subject: Do not define shared actions here (maybe in a "TestApplet" in slc-web ?) X-Git-Tag: argeo-slc-2.1.7~2158 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=e8cd0ca7139e2058e004d88920b2f44dcbef1305;p=gpl%2Fargeo-slc.git Do not define shared actions here (maybe in a "TestApplet" in slc-web ?) git-svn-id: https://svn.argeo.org/slc/trunk@2140 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- 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..260b60c81 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,6 +82,7 @@ qx.Class.define("org.argeo.slc.ria.Applet", } } } + */ } } },