From e44a7e37b6c7b5961adaffc62b9042b8d442938e Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 13 Nov 2008 09:49:11 +0000 Subject: New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f --- includes/js/dijit/demos/chat.html | 86 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create 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 new file mode 100644 index 0000000..bd599f9 --- /dev/null +++ b/includes/js/dijit/demos/chat.html @@ -0,0 +1,86 @@ + + + + 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-54-g00ecf