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