add two descriptions
This commit is contained in:
@@ -11,6 +11,8 @@ $Source$
|
||||
|
||||
2001-07-24 Steve ALberty <alberty@neptunlabs.de>
|
||||
* tbl_copy.php3: fix parameter count, thanks Marc
|
||||
* Documentation.html: order $cfg sequence and add description
|
||||
of cfgSkipLockedTables and cfgLeftWidth
|
||||
|
||||
2001-07-24 Geert Lund <glund@silversoft.dk>
|
||||
* danish language file code cleanup (only changed order of stings)
|
||||
|
@@ -464,18 +464,6 @@
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfgTextareaCols </b>integer</dt>
|
||||
<dd>
|
||||
Number of columns for the textareas.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfgTextareaRows </b>integer</dt>
|
||||
<dd>
|
||||
Number of rows for the textareas.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfgOrder </b>string [<tt>"DESC"</tt>|<tt>"ASC"</tt>]</dt>
|
||||
<dd>
|
||||
Defines whether fields are displayed in ascending (<tt>"ASC"</tt>)
|
||||
@@ -498,6 +486,18 @@
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfgTextareaCols </b>integer</dt>
|
||||
<dd>
|
||||
Number of columns for the textareas.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfgTextareaRows </b>integer</dt>
|
||||
<dd>
|
||||
Number of rows for the textareas.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<b>$cfgModifyDeleteAtLeft </b>boolean<br />
|
||||
<b>$cfgModifyDeleteAtRight </b>boolean
|
||||
@@ -509,6 +509,18 @@
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfgSkipLockedTables </b>boolean</dt>
|
||||
<dd>
|
||||
Mark used tables and make it possible to show databases with locked tables (since 3.23.30).
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfgLeftWidth </b>integer</dt>
|
||||
<dd>
|
||||
Left frame width in pixel.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfgDefaultLang </b>string</dt>
|
||||
<dd>
|
||||
Defines the default language to use, if not browser-defined or
|
||||
@@ -532,7 +544,6 @@
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
|
||||
<dt><b>$cfgColumnTypes </b>array</dt>
|
||||
<dd>
|
||||
All possible types of a MySQL column. In most cases you don't need to
|
||||
|
Reference in New Issue
Block a user