extensions/net.sf.basedb.print/trunk/META-INF/extensions.xml

Code
Comments
Other
Rev Date Author Line
1870 20 Feb 13 nicklas 1 <?xml version="1.0" encoding="UTF-8" ?>
1870 20 Feb 13 nicklas 2 <extensions xmlns="http://base.thep.lu.se/extensions.xsd">
2208 31 Jan 14 nicklas 3   <about safe-scripts="1">
1870 20 Feb 13 nicklas 4     <name>Print package</name>
1870 20 Feb 13 nicklas 5     <description>
1870 20 Feb 13 nicklas 6       A package for easier printing of data from BASE.
1870 20 Feb 13 nicklas 7     </description>
6291 11 Jun 21 nicklas 8     <version>1.6-dev</version>
6228 05 May 21 nicklas 9     <min-base-version>3.18.1</min-base-version>
1870 20 Feb 13 nicklas 10     <copyright>BASE development team</copyright>
1870 20 Feb 13 nicklas 11     <email>basedb-users@lists.sourceforge.net</email>
1870 20 Feb 13 nicklas 12     <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.print</url>
1870 20 Feb 13 nicklas 13   </about>
1870 20 Feb 13 nicklas 14
1870 20 Feb 13 nicklas 15   <extension
1870 20 Feb 13 nicklas 16     id="net.sf.basedb.print.print-table"
1870 20 Feb 13 nicklas 17     extends="net.sf.basedb.clients.web.toolbar.list.all"
1870 20 Feb 13 nicklas 18     >
1870 20 Feb 13 nicklas 19     <about>
1870 20 Feb 13 nicklas 20       <name>Print table</name>
1870 20 Feb 13 nicklas 21       <description>
1870 20 Feb 13 nicklas 22         Adds a 'Print' button to the toolbar on all list pages
1870 20 Feb 13 nicklas 23         that opens a popup window containing the table data in
1870 20 Feb 13 nicklas 24         a form that is suitable for printing.
1870 20 Feb 13 nicklas 25       </description>
1870 20 Feb 13 nicklas 26     </about>
1870 20 Feb 13 nicklas 27     <action-factory>
1870 20 Feb 13 nicklas 28       <factory-class>
1870 20 Feb 13 nicklas 29         net.sf.basedb.clients.web.extensions.toolbar.FixedButtonFactory
1870 20 Feb 13 nicklas 30       </factory-class>
1870 20 Feb 13 nicklas 31       <parameters>
2208 31 Jan 14 nicklas 32         <id>net.sf.basedb.print.print-button</id>
1870 20 Feb 13 nicklas 33         <title>Print...</title>
1870 20 Feb 13 nicklas 34         <tooltip>Open a preview window for printing this table</tooltip>
1870 20 Feb 13 nicklas 35         <icon>~/images/print.png</icon>
2208 31 Jan 14 nicklas 36         <script>~/scripts/print.js</script>
2208 31 Jan 14 nicklas 37         <data-print-template>~/print_table.jsp</data-print-template>
1870 20 Feb 13 nicklas 38       </parameters>
1870 20 Feb 13 nicklas 39     </action-factory>
1870 20 Feb 13 nicklas 40   </extension>
1870 20 Feb 13 nicklas 41   
1870 20 Feb 13 nicklas 42 </extensions>