[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/administrator/components/com_sections/ -> admin.sections.html.php (summary)

(no description)

File Size: 562 lines (15 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

sections_html:: (5 methods):
  show()
  edit()
  submitbutton()
  displayParameterInfo()
  copySectionSelect()


Class: sections_html  - X-Ref


show( &$rows, $scope, $myid, &$pageNav, $option )   X-Ref
Writes a list of the categories for a section

param: array An array of category objects
param: string The name of the category section

edit( &$row, $option, &$lists, &$menus )   X-Ref
Writes the edit form for new and existing categories

A new record is defined when <var>$row</var> is passed with the <var>id</var>
property set to 0.  Note that the <var>section</var> property <b>must</b> be defined
even for a new record.
param: mosCategory The category object
param: string The html for the image list select list
param: string The html for the image position select list
param: string The html for the ordering list
param: string The html for the groups select list

submitbutton(pressbutton)   X-Ref
No description

displayParameterInfo()   X-Ref
No description

copySectionSelect( $option, $cid, $categories, $contents, $section )   X-Ref
Form to select Section to copy Category to