Ignore:
Timestamp:
May 11, 2009, 1:23:32 PM (14 years ago)
Author:
Nicklas Nordborg
Message:

References #214: Move TDMS export to this extension

The new exporter is in place with some test code. Still needs a plug-in interface for this. Updated requirements to BASE 2.12.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.mev/trunk/resources/scripts/mev.jsp

    r1026 r1061  
    2525    Main.openPopup(url, 'CreateTDMSFile', 400, 300);
    2626  }
     27
     28  this.testTDMS = function(bioAssaySetId)
     29  {
     30    var url = '<%=homeUrl%>/test.xjsp';
     31    url += '?ID='+getSessionId();
     32    url += '&bioassayset_id=' + bioAssaySetId;
     33    Main.openPopup(url, 'TestCreateTDMSFile', 400, 300);
     34  }
     35
    2736}
    2837();
Note: See TracChangeset for help on using the changeset viewer.