Functions
reports.js File Reference

This file will be optimized and embedded in the HTML that is returned for the create meeting form. It will control the JavaScript and AJAX used for the reports display. More...

Functions

function ToggleReportsDiv (in_div_mod)
 This simply opens and closes the display of the new meeting form.
function FillReportsCallback (in_text)
 This is the callback for the History section AJAX load.
function ToggleDescDiv (in_desc_id)
 This simply opens and closes the display of the new meeting form.
function UnDeleteMeeting (in_meeting_id, in_change_id)
 This is the call made to "undelete" a deleted meeting from the change record.
function UnDeleteMeetingCallback (in_text)
function VisitMeeting (in_meeting_id)
function PermDeleteMeeting (in_id, in_name, in_dt)
function PermDeleteMeetingCallback (in_text)

Detailed Description

This file will be optimized and embedded in the HTML that is returned for the create meeting form. It will control the JavaScript and AJAX used for the reports display.

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/>.


Function Documentation

function FillReportsCallback (   in_text)

This is the callback for the History section AJAX load.

Referenced by ToggleReportsDiv().

function PermDeleteMeeting (   in_id,
  in_name,
  in_dt 
)
function PermDeleteMeetingCallback (   in_text)

Referenced by PermDeleteMeeting().

function ToggleDescDiv (   in_desc_id)

This simply opens and closes the display of the new meeting form.

Parameters:
in_desc_idID of the change
function ToggleReportsDiv (   in_div_mod)

This simply opens and closes the display of the new meeting form.

Parameters:
in_div_modThis allows you to re-use the same JS
function UnDeleteMeeting (   in_meeting_id,
  in_change_id 
)

This is the call made to "undelete" a deleted meeting from the change record.

Upon successful undeletion, the meeting is opened up for editing.

Parameters:
in_meeting_idThis is an integer, with the meeting ID.
in_change_idThis is an integer, with the change ID.
function UnDeleteMeetingCallback (   in_text)

Referenced by UnDeleteMeeting().

function VisitMeeting (   in_meeting_id)
 All Classes Files Functions Variables Enumerations