Searched refs:Ajax_chat_class (Results 1 – 1 of 1) sorted by relevance
/plugin/chat/ |
H A D | script.js | 110 function Ajax_chat_class(objectName, outId, pageId, lastRefresh, window) { class 243 Ajax_chat_class.prototype.updateInfo = function(infoTag, infoValue) { 252 Ajax_chat_class.prototype.chatClear = function(user) { 298 Ajax_chat_class.prototype.chatSend = function(user,message) { 398 Ajax_chat_class.prototype.chatCheck = function() { 511 Ajax_chat_class.prototype.chatCheckAbort = function() { 555 ajax_chat = new Ajax_chat_class("ajax_chat", outId, pageId, lastRefresh, window);
|