claroline/claroline/chat/messageEditor.php File Reference

Go to the source code of this file.

Namespaces

namespace  CLCHT

Variables

 $is_allowedToManage = claro_is_course_manager() || (claro_is_in_a_group() && claro_is_group_tutor())
 $htmlHeadXtra []
 $cmdMenu = array()
if($is_allowedToManage) $hide_banner = TRUE
 $warnSessionLost = false

Variable Documentation

$cmdMenu = array()

Definition at line 38 of file messageEditor.php.

if ($is_allowedToManage) $hide_banner = TRUE

Definition at line 51 of file messageEditor.php.

$htmlHeadXtra[]
Initial value:
 '
<script type="text/javascript">
function prepare_message()
{
    document.chatForm.chatLine.value=document.chatForm.msg.value;
    document.chatForm.msg.value = "";
    document.chatForm.msg.focus();
    return true;
}
</script>'

Definition at line 26 of file messageEditor.php.

$is_allowedToManage = claro_is_course_manager() || (claro_is_in_a_group() && claro_is_group_tutor())

Definition at line 22 of file messageEditor.php.

$warnSessionLost = false

Definition at line 54 of file messageEditor.php.

Generated on Tue Jun 8 12:28:36 2010 for Claroline API by  doxygen 1.6.3