SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 573 | Next

James Kennard

"Mastering Joomla! 1.5 Extension and Framework Development"


Parameters path Path to XML file
[new] Force create new instance
Returns Instance of a JElement object; false on failure
loadSetupFile( path : string ) : boolean
Builds a JSimpleXMLElement object from an XML file. The XML file can include the group
name; if it does not, the group '_default' will be assumed.
Parameters path Path to XML file
Returns true on success
Appendix
[ 422 ]
render( name : string='params', group : string=' _default' ) : mixed
Renders a group within the parameters and returns an HTML string.
Parameters [name] Input names and ID prefix
[group] Parameter group
Returns HTML rendered string; false on failure
renderToArray( name : string='params', group : string=' _default' ) :
mixed
Renders a group within the parameters and returns an array of HTML strings.
Parameters [name] Input names and ID prefix
[group] Parameter group
Returns Array of HTML rendered parameters; false on failure
set( key : string, value : string='', group : string='_default' ) : string
Sets the value of a parameter in the specified group.


Pages:
561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585