The array contains six items in order: tooltip
[0], HTML rendered string [1], description [2], label [3], value [4], and name [5].
Parameters Node JSimpleXMLElement parameter to render
[control_name] Input names
[group] Parameter group
Returns Array of parameter details from a group
getParams( name : string='params', group : string=' _default' ) :
mixed
Gets a two-dimensional array of all the parameters in a group. The inner arrays contain six
items in order: tooltip [0], HTML rendered string [1], description [2], label [3], value
[4], and name [5].
Parameters [name] Input names and ID prefix
[group] Parameter group
Returns Two-dimensional array of all the parameters in a group; false on failure
&loadElement( type : string, new : boolean=false ) : mixed
Gets an instance of a JElement subclass object based on type. If an instance of the specified
type does not exist, it will be created. If new is true, a new instance will be created even if
there is an existing instance. JElements subclass objects are not restricted to groups.
Pages:
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584