dijit
»
demos
»
chat
»
Room
» _sendPhrase
dijit.demos.chat.Room._sendPhrase
dojo.require("dijit.demos.chat.room");
defined in dijit/demos/chat/room.js
Usage
function (e)
(view source)
if
(
this
.
phrase
.
value
)
{
this
.
chat
(
this
.
phrase
.
value
)
;
this
.
phrase
.
value
=
''
;
}
parameter
type
description
e