Added 3grids asp & .net examples. ricoQuery.aspx removed, as all AJAX queries in...
[infodrom/rico3] / minsrc / ricoGridCommon.js
index 7bc1dce..e790692 100644 (file)
@@ -229,12 +229,19 @@ Rico.GridCommon = {
       tr1.vAlign='top';
       this.structTabLeft=tr1.insertCell(-1);
       this.structTabLeft.rowSpan=2;
+      this.structTabLeft.style.padding='0px';
+      this.structTabLeft.style.border='none';
       var tr2=this.structTab.insertRow(-1);
       tr2.vAlign='top';
       this.structTabUR=tr1.insertCell(-1);
+      this.structTabUR.style.padding='0px';
+      this.structTabUR.style.border='none';
       this.structTabLR=tr2.insertCell(-1);
+      this.structTabLR.style.padding='0px';
+      this.structTabLR.style.border='none';
       this.outerDiv.appendChild(this.structTab);
     }
+    Rico.addClass(this.structTab,'ricoLG_StructTab');
     //this.structTabLR.style.overflow='hidden';
     //if (Rico.isOpera) this.outerDiv.style.overflow="hidden";
     this.frozenTabs = this.createDiv("frozenTabs",this.structTabLeft);