Enumerations | Functions | Variables
edit_meeting_ajax.php File Reference

This simply verifies the editor, and gets the meeting edit display HTML. More...

Enumerations

enum  BMLT_EXEC

Functions

if($server instanceof
c_comdef_server
DataItemCallback ($a, $b)
 This is a sort comparator callback. Its purpose is to make sure that certain data items sort properly in the data item list.
 DisplayMeetingForEdit ($in_mtg_object)
 This returns HTML for a form to edit a single meeting. The editing itself is done via AJAX calls.

Variables

 $server = c_comdef_server::MakeServer()

Detailed Description

This simply verifies the editor, and gets the meeting edit display HTML.

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) DataItemCallback ( a,
b 
)

This is a sort comparator callback. Its purpose is to make sure that certain data items sort properly in the data item list.

Returns:
an integer. -1 if $a > $b, 1 if $ < $b, 0 if they are equal.
DisplayMeetingForEdit ( in_mtg_object)

This returns HTML for a form to edit a single meeting. The editing itself is done via AJAX calls.

Returns:
a string, containing the HTML for the form

Variable Documentation

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