Enumerations | Functions | Variables
format_sorter_ajax.php File Reference

This is an AJAX handler that creates the HTML for the list of formats to be displayed in the meeting editor. It allows them to be sorted and rearranged without the window requiring a refresh. More...

Enumerations

enum  BMLT_EXEC

Functions

if($server instanceof
c_comdef_server
usort_by_id ($a, $b)
 Sorter callback for formats.
 usort_by_key ($a, $b)
 Sorter callback for formats.
 usort_by_type ($a, $b)
 Sorter callback for formats.

Variables

 $server = c_comdef_server::MakeServer()

Detailed Description

This is an AJAX handler that creates the HTML for the list of formats to be displayed in the meeting editor. It allows them to be sorted and rearranged without the window requiring a refresh.

It will generate the HTML for the formats checkbox array.

This file is part of the Basic Meeting List Toolbox (BMLT).

Find out more at: http://magshare.org/bmlt

BMLT is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

BMLT is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this code. If not, see <http://www.gnu.org/licenses/>.


Enumeration Type Documentation

enum BMLT_EXEC

Function Documentation

if ($server instanceof c_comdef_server) usort_by_id ( a,
b 
)

Sorter callback for formats.

Returns:
an integer -1, 0 1, depending on how they compare
usort_by_key ( a,
b 
)

Sorter callback for formats.

Returns:
an integer -1, 0 1, depending on how they compare
usort_by_type ( a,
b 
)

Sorter callback for formats.

Returns:
an integer -1, 0 1, depending on how they compare

Variable Documentation

$server = c_comdef_server::MakeServer()
 All Classes Files Functions Variables Enumerations