| 896 | | <file type="control" filename="includes/QFlot.class.php" /> |
| 897 | | <file type="control" filename="includes/QFlotSeries.class.php" /> |
| 898 | | <file type="js" filename="js/jquery.flot.pack.js" /> |
| 899 | | <file type="js" filename="js/excanvas.pack.js" /> |
| 900 | | <file type="example" filename="example/qflot-bar.php" /> |
| 901 | | <file type="example" filename="example/qflot-bar.tpl.php" /> |
| 902 | | <file type="example" filename="example/qflot-timeseries.php" /> |
| 903 | | <file type="example" filename="example/qflot-timeseries.tpl.php" /> |
| 904 | | </files> |
| 905 | | <includes> |
| 906 | | <include_files classname="QFlot" filename="includes/QFlot.class.php" /> |
| 907 | | <include_files classname="QFlotSeries" filename="includes/QFlotSeries.class.php" /> |
| 908 | | </includes> |
| 909 | | <examples> |
| 910 | | <example filename="example/qflot-bar.php" description="QFlot: Display a bar chart" /> |
| 911 | | <example filename="example/qflot-timeseries.php" description="QFlot: Display a time series chart" /> |
| | 896 | <file type="control" filename="includes/QFlot.class.php"/> |
| | 897 | <file type="control" filename="includes/QFlotSeries.class.php"/> |
| | 898 | <file type="js" filename="js/jquery.flot.pack.js"/> |
| | 899 | <file type="js" filename="js/excanvas.pack.js"/> |
| | 900 | <file type="example" filename="example/qflot-bar.php"/> |
| | 901 | <file type="example" filename="example/qflot-bar.tpl.php"/> |
| | 902 | <file type="example" filename="example/qflot-timeseries.php"/> |
| | 903 | <file type="example" filename="example/qflot-timeseries.tpl.php"/> |
| | 904 | </files> |
| | 905 | <includes> |
| | 906 | <include_files classname="QFlot" filename="includes/QFlot.class.php"/> |
| | 907 | <include_files classname="QFlotSeries" filename="includes/QFlotSeries.class.php"/> |
| | 908 | </includes> |
| | 909 | <examples> |
| | 910 | <example filename="example/qflot-bar.php" description="QFlot: Display a bar chart"/> |
| | 911 | <example filename="example/qflot-timeseries.php" description="QFlot: Display a time series chart"/> |
| | 912 | </examples> |
| | 913 | </plugin> |
| | 914 | |
| | 915 | <plugin> |
| | 916 | <name><![CDATA[QDataGridExporterButton]]></name> |
| | 917 | <description><![CDATA[Add a button to a datagrid to export its data in CVS or XLS formats.]]></description> |
| | 918 | <version>0.5</version> |
| | 919 | <platform_version>1.1</platform_version> |
| | 920 | <author name="Gianni Rossini" email="magiainformatica [at] alice [dot] it"/> |
| | 921 | <files> |
| | 922 | <file type="control" filename="includes/QDataGridExporterButton.class.php" /> |
| | 923 | <file type="example" filename="example/datagridexport.php" /> |
| | 924 | <file type="example" filename="example/datagridexport.tpl.php" /> |
| | 925 | </files> |
| | 926 | <includes> |
| | 927 | <include_files classname="QDataGridExporterButton" filename="includes/QDataGridExporterButton.class.php" /> |
| | 928 | </includes> |
| | 929 | <examples> |
| | 930 | <example filename="example/datagridexport.php" description="QDataGridExporterButton: Export datagrid to a CSV or XLS file" /> |