1870 |
20 Feb 13 |
nicklas |
== Requirements == |
1870 |
20 Feb 13 |
nicklas |
2 |
|
6228 |
05 May 21 |
nicklas |
1. BASE 3.18.1 or later. |
1870 |
20 Feb 13 |
nicklas |
4 |
|
1870 |
20 Feb 13 |
nicklas |
== Introduction == |
1870 |
20 Feb 13 |
nicklas |
6 |
|
1870 |
20 Feb 13 |
nicklas |
This package adds a "Print" button to all table pages making it possible |
1870 |
20 Feb 13 |
nicklas |
to print the table contents only. Without this functionality BASE will only |
1870 |
20 Feb 13 |
nicklas |
print a single page with as much that happens to fit on that page. |
1870 |
20 Feb 13 |
nicklas |
10 |
|
1870 |
20 Feb 13 |
nicklas |
== Installation == |
1870 |
20 Feb 13 |
nicklas |
12 |
|
1870 |
20 Feb 13 |
nicklas |
1. Download the base-print-*.tar.gz file. |
1870 |
20 Feb 13 |
nicklas |
2. Unpack the downloaded file to a directory of your choice. |
1870 |
20 Feb 13 |
nicklas |
3. Copy the 'base-print.jar' file to your BASE plug-ins directory |
1870 |
20 Feb 13 |
nicklas |
as configured in the base.config[plugins.dir] setting. |
1870 |
20 Feb 13 |
nicklas |
4. Go to 'Administrate->Plug-ins & Extensions->Overview' page. |
1870 |
20 Feb 13 |
nicklas |
5. Run the installation wizard and select to install 'base-print.jar'. |
1870 |
20 Feb 13 |
nicklas |
6. Done. |
1870 |
20 Feb 13 |
nicklas |
20 |
|
1870 |
20 Feb 13 |
nicklas |
21 |
|
1870 |
20 Feb 13 |
nicklas |
== Compiling == |
1870 |
20 Feb 13 |
nicklas |
23 |
|
1870 |
20 Feb 13 |
nicklas |
To compile this package you also need: |
1870 |
20 Feb 13 |
nicklas |
25 |
|
6228 |
05 May 21 |
nicklas |
1. Ant 1.10 |
6228 |
05 May 21 |
nicklas |
2. Java 11 |
1870 |
20 Feb 13 |
nicklas |
28 |
|
1870 |
20 Feb 13 |
nicklas |
Follow these instructions: |
1870 |
20 Feb 13 |
nicklas |
30 |
|
1870 |
20 Feb 13 |
nicklas |
1. Type 'ant' to compile the code and generate the 'base-print.jar' |
1870 |
20 Feb 13 |
nicklas |
file in the project directory. This file can be installed into BASE |
1870 |
20 Feb 13 |
nicklas |
following the intructions above. |
1870 |
20 Feb 13 |
nicklas |
34 |
|
1870 |
20 Feb 13 |
nicklas |
2. Use 'ant package' to create a downloadable tar.gz file. |
1870 |
20 Feb 13 |
nicklas |
36 |
|
1870 |
20 Feb 13 |
nicklas |
3. If you create a file called 'build.properties' and enter a the path to the |
1870 |
20 Feb 13 |
nicklas |
plug-ins directory under the key 'base.plugins', you can simply type |
1870 |
20 Feb 13 |
nicklas |
'ant install' to copy the examples to the BASE plug-ins directory. |