From ba3e83b8c2e40109204c7086a9ea35fb60bae22f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 20 Oct 2012 07:21:26 -0400 Subject: [PATCH] Document GridEditing Move SaveCellsAtOnce near GridEditing in the doc --- Documentation.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/Documentation.html b/Documentation.html index 68db53f21d..cf42a566ec 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1687,6 +1687,19 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE
Defines whether the "Show binary contents as HEX" browse option is ticked by default.
+
$cfg['GridEditing'] string
+
+ Defines which action (double-click or click) + triggers grid editing. Can be deactived with the disabled + value. +
+ +
$cfg['SaveCellsAtOnce'] boolean
+
+ Defines whether or not to save all edited cells at once for grid + editing. +
+
$cfg['ProtectBinary'] boolean or string
Defines whether BLOB or BINARY columns are protected from editing when browsing a table's content. Valid values are: @@ -2176,11 +2189,6 @@ setfacl -d -m "g:www-data:rwx" tmp identify what they mean.
-
$cfg['SaveCellsAtOnce'] boolean
-
- Defines whether or not to save all edited cells at once in browse-mode. -
-
$cfg['ShowDisplayDirection'] boolean
Defines whether or not type display direction option is shown