Updated LoadRicoClient for asp and php, so all asp and php examples are working again...
[infodrom/rico3] / examples / php / simplegrid.php
index 9d9e3ce..9b2ab2e 100644 (file)
@@ -21,7 +21,6 @@ Rico.onLoad( function() {
     columnSpecs   : [{width:200},'specQty','specQty','specQty','specQty']\r
   };\r
   ex1=new Rico.SimpleGrid ('ex1', opts);\r
-  if (!Rico.isIE) document.getElementById('owc').disabled=true;\r
 });\r
 \r
 function ExportGridClient(ExportType) {\r
@@ -87,7 +86,6 @@ require "info.php";
 \r
 <div>\r
 <button onclick="ExportGridClient('plain')">Export from client<br>to HTML Table</button>\r
-<button onclick="ExportGridClient('owc')" id="owc">Export from client<br>to OWC spreadsheet</button>\r
 <button onclick="ExportGridServer('xl')">Export from server<br>to Excel</button>\r
 <button onclick="ExportGridServer('csv')">Export from server<br>to CSV</button>\r
 </div>\r