Help screen column header Fields Query: Difference between revisions
From Joomla! Documentation
m 1 revision imported: populate Chunk4x namespace temp |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude><languages /></noinclude> | <noinclude><languages /></noinclude> | ||
<translate> | <translate> | ||
*'''Query.''' The SQL query which will provide the data for the dropdown list. The query must return two columns; one called 'value' which will hold the values of the list items; the other called 'text' containing the text in the dropdown list.</translate> | *'''Query.''' The SQL query which will provide the data for the dropdown list. The query must return two columns; one called 'value' which will hold the values of the list items; the other called 'text' containing the text in the dropdown list.</translate> | ||
Revision as of 09:06, 27 July 2020
- Query. The SQL query which will provide the data for the dropdown list. The query must return two columns; one called 'value' which will hold the values of the list items; the other called 'text' containing the text in the dropdown list.