The first two options are always Select
Section and Uncategorized.
Parameters name Name of the drop-down list form control
[active] Initially selected section
[javascript] String of JavaScript event attributes
[order]
SQL ORDER BY clause used when selecting the
sections from the #__sections table; default is
ordering
Returns Drop-down list of sections
Specificordering
Gets a drop-down list of possible positions in an order. $row is an obect which represents
the current item. If $id is false, a hidden field is returned with a textual description. The
description is related to creating new items; we use $neworder to suggest that the item will
be placed at the start or end of the existing order. The returned control is named ordering.
Parameters row Referenced object with the attribute ordering
id If true drop-down list; if false, hidden field
query
S???L query to execute; must return the fields
text and value
[neworder] Created at start of order; default is false
Returns Drop-down list of possible positions in an order
Rendering Output
[ 208 ]
Users
Gets a drop-down list of site users.
Pages:
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289