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() | |
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/>.
| enum BMLT_EXEC |
| 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.
| $server = c_comdef_server::MakeServer() |
1.7.4