display field
This commit is contained in:
@@ -9,6 +9,8 @@ $Source$
|
||||
* Documentation.html, config.inc.php3, db_details_structure.php3,
|
||||
pdf_schema.php3: new 'table_coords' because a table can appear
|
||||
on more than one PDF page
|
||||
* tbl_relation.php3, lang/*.php3: strChangeDisplay for display
|
||||
field maintenance
|
||||
|
||||
2002-05-23 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* Documentation.html: The Mozilla textarea bug also appears in
|
||||
|
@@ -683,12 +683,12 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
|
||||
<tt>$cfg['Servers'][$i]['table_info']</tt>
|
||||
</li>
|
||||
<li>
|
||||
then manually fill this table with information about the
|
||||
display fields.
|
||||
then for each table where you want to use this feature,
|
||||
click "Structure/Relation view/Choose field to display"
|
||||
to choose the field.
|
||||
</li>
|
||||
</ul><br />
|
||||
Usage tips:
|
||||
<a class="navigation" href="#faqdisplay">display field</a>.
|
||||
Usage tip: <a class="navigation" href="#faqdisplay">Display field</a>.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
@@ -1804,15 +1804,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
|
||||
<b>How can I use the "display field" feature?</b>
|
||||
<br />
|
||||
Starting from the previous example, create the PMA_table_info as explained
|
||||
in the configuration section, then:
|
||||
<br /><br />
|
||||
<tt>
|
||||
INSERT INTO `PMA_table_info` (table_name, display_field) VALUES ('towns', 'description');<br />
|
||||
INSERT INTO `PMA_table_info` (table_name, display_field) VALUES ('countries', 'description');<br />
|
||||
</tt>
|
||||
<br />
|
||||
Then browse your persons table, and move the mouse over a town code or
|
||||
country code.
|
||||
in the configuration section, then browse your persons table,
|
||||
and move the mouse over a town code or country code.
|
||||
</p>
|
||||
|
||||
<a name="faqpdf"></a>
|
||||
|
Reference in New Issue
Block a user