diff --git a/Documentation.html b/Documentation.html
index 900f9bb9a..3ad7919e4 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -270,7 +270,7 @@ GRANT SELECT (
features:
-GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db> TO 'pma'@'localhost';
+GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
(this of course requires you to have a special DB for phpMyAdmin, the
contents will be explained later)
@@ -1695,6 +1695,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
+
$cfg['WYSIWYG-PDF'] boolean
Utilizes a WYSIWYG editing control to easily place elements of a PDF page.
@@ -3084,19 +3085,23 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
Choose "Structure" in the navigation on top
Choose "Edit PDF Pages" which should be somewhere at the
bottom of the page
- Enter the name for a first pdf page and submit
+ Enter the name for a first pdf page and submit (you can also use
+ the "Automatic layout", which will place on your page
+ all the tables that are linked)
Choose this page to edit
- Now add a table you want to show on this page and it's coordinates and
+ Now add a table you want to show on this page and its coordinates and
submit
- First you will have to guess this coordinates of course, so just expect
+ First you will have to guess those coordinates of course, so just expect
to have an area of about 297 * 210 and put the tables coordinates
somewhere in there, you will be able to have a look at what happened
and change them later.
For example, x=100 and y=200 means that the table will be at 200 mm
down and 100 mm right from the upper left corner.
Actually if you have a width of more than 300 or a height of more than
- 200 than it will automatically be scaled but 300*100 is a good start to
+ 200 then it will automatically be scaled but 200*100 is a good start to
have an idea of what coordinates to use.
+ There is also a visual editor (scratchboard) available, see the
+ explanation at the $cfg['WYSIWYG-PDF'] section.
After every table you submitted you will have the possibility to submit
more tables
When you have entered enough tables Click on your db name in the left