From 2f751fbf94824d5a90be16b94acf76378fddbcde Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 28 Jan 2011 12:30:47 -0500 Subject: [PATCH] Document AjaxEnable directive --- Documentation.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation.html b/Documentation.html index 85f3174319..5ace8bc1c0 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1295,6 +1295,12 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE
The maximum number of database names to be displayed in the navigation frame and the database list.
+
$cfg['AjaxEnable'] boolean
+
Defines whether to refresh only parts of certain pages using Ajax + techniques. Applies only where a non-Ajax behavior is possible; + for example, the Designer feature is Ajax-only so this directive + does not apply to it.
+
$cfg['MaxTableList'] integer
The maximum number of table names to be displayed in the main panel's list (except on the Export page). This limit is also enforced in the navigation panel -- 2.11.4.GIT