]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.webapp/src/main/webapp/argeo-ria-src/class/org/argeo/ria/components/ViewPane.js
Always replace old content by new one
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / main / webapp / argeo-ria-src / class / org / argeo / ria / components / ViewPane.js
index 174174a7cc6b004f089665b2643bbc5045cba13c..1baf6af9d24352f3280e2dd49cd261cd1bef3fee 100644 (file)
@@ -138,6 +138,9 @@ qx.Class.define("org.argeo.ria.components.ViewPane",
        },
        
        contentExists : function(iViewId){
+               if(this.getContent()){
+                       this.empty();
+               }
                return false;
        },