clarification
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2004-09-16 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* config.inc.php, Documentation.html: clarifications about QueryFrame
|
||||||
|
|
||||||
2004-09-16 Garvin Hicking <me@supergarv.de>
|
2004-09-16 Garvin Hicking <me@supergarv.de>
|
||||||
* libraries/display_export.lib.php: Bug #1010752 - Remove space
|
* libraries/display_export.lib.php: Bug #1010752 - Remove space
|
||||||
before <label> to be consistent throughout the panel.
|
before <label> to be consistent throughout the panel.
|
||||||
|
@@ -1647,16 +1647,19 @@ Defaults to FALSE (drop-down). <br />
|
|||||||
<b>$cfg['QueryHistoryMax'] </b>integer
|
<b>$cfg['QueryHistoryMax'] </b>integer
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
All those variables affect the new query frame/window. When
|
All those variables affect the query box feature. When
|
||||||
$cfg['QueryFrame'] is set to true a new frame is embedded on the left
|
$cfg['QueryFrame'] is set to true, a link or icon is displayed
|
||||||
with a small area. Clicking on that results in opening a direct
|
on the left panel. Clicking on it opens the query box, a direct
|
||||||
interface to enter SQL queries.
|
interface to enter SQL queries.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
When $cfg['QueryFrameJS'] is set to true, clicking on that link opens
|
When $cfg['QueryFrameJS'] is set to true, clicking on that link opens
|
||||||
a new custom sized browser window ($cfg['QueryWindowWidth'],
|
the query box, a new custom sized browser window
|
||||||
$cfg['QueryWindowWidth'] - both integers for the size in pixels). If
|
($cfg['QueryWindowWidth'], $cfg['QueryWindowWidth'] - both integers
|
||||||
set to false, clicking on the link only opens the SQL input in the
|
for the size in pixels).
|
||||||
mainframe.
|
Also, a click on [Edit] from the results page (in the "Showing
|
||||||
|
Rows" section) opens the query box and puts the current query
|
||||||
|
inside it. If set to false, clicking on the link only opens the SQL
|
||||||
|
input in the main frame.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
The usage of the JavaScript query window is recommended if you have a
|
The usage of the JavaScript query window is recommended if you have a
|
||||||
JavaScript enabled browser. Basic functions are used to exchange quite
|
JavaScript enabled browser. Basic functions are used to exchange quite
|
||||||
|
Reference in New Issue
Block a user