Returns Element name
render( &xmlElement : JSimpleXMLElement, value : string, control_
name : string='params' ) : array
Gets an array containing the rendered parts and attributes of the element. The array
contains six items in order, tooltip [0], rendered input element [1], description [2], label
[3], value [4], and name [5].
Parameters xmlElement JSimpleXMLElement element definition
value Element value
[control_name] Name of the control
Returns An array containing rendered parts and attributes of the element
JParameter
extends JRegistry
Handles INI string parameters. This class is used in conjunction with JElement subclasses
and XML files that define the nature of parameters. INI strings are used in database tables
for values that do not have a specific field. An instance of the class can be used to handle
multiple INI strings (with different XML definitions), using groups to separate each
one. When dealing with one INI string, omitting the group will always use the default
group, '_default'.
Pages:
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581