From 1c5685d68f1b73270fb814fe04cbb490eb90ba5f Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 14 Nov 2008 15:39:19 +0000 Subject: Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f --- includes/js/dijit/demos/chat.html | 86 --------------------------------------- 1 file changed, 86 deletions(-) delete mode 100644 includes/js/dijit/demos/chat.html (limited to 'includes/js/dijit/demos/chat.html') diff --git a/includes/js/dijit/demos/chat.html b/includes/js/dijit/demos/chat.html deleted file mode 100644 index bd599f9..0000000 --- a/includes/js/dijit/demos/chat.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - Chat Demo Starter - - - - - - - - - - -
-

Dojo chat demo preabmle ...

-

- There are two examples of chat, using cometd as a backend and Dojo's - dojox.cometd client as a transport. -

-

- The first, a simple public chat room, that any live participants - that happen to be online will be able to communicate. -

-
Join Group Chat
-

The other: the example from the Dojo Book - an example of a - client / operator relationship, where the client chats from an - 'existing' page, and the operator has a TabContainer view of - open client chats, and can communicate privately and directly - to the client. The client page demonstrates how this can be used in existing - pages for real-time support. You will need two people for this, or you - are welcome to talk to yourself ... -

-
-
Client Page
-
Operator Page
-
-

the Chatroom widget source can be found here.

-
- - -- cgit v1.2.3