a:18:{s:9:"#provides";s:29:"dojox.xmpp.widget.ChatSession";s:9:"#resource";s:26:"xmpp/widget/ChatSession.js";s:29:"dojox.xmpp.widget.ChatSession";a:5:{s:4:"type";s:8:"Function";s:6:"chains";a:2:{s:9:"prototype";a:1:{i:0;s:28:"dijit.layout.LayoutContainer";}s:4:"call";a:2:{i:0;s:28:"dijit.layout.LayoutContainer";i:1;s:16:"dijit._Templated";}}s:6:"mixins";a:1:{s:9:"prototype";a:1:{i:0;s:26:"dijit._Templated.prototype";}}s:9:"classlike";b:1;s:7:"summary";s:0:"";}s:42:"dojox.xmpp.widget.ChatSession.templatePath";a:2:{s:9:"prototype";s:29:"dojox.xmpp.widget.ChatSession";s:7:"summary";s:0:"";}s:46:"dojox.xmpp.widget.ChatSession.enableSubWidgets";a:2:{s:9:"prototype";s:29:"dojox.xmpp.widget.ChatSession";s:7:"summary";s:0:"";}s:47:"dojox.xmpp.widget.ChatSession.widgetsInTemplate";a:2:{s:9:"prototype";s:29:"dojox.xmpp.widget.ChatSession";s:7:"summary";s:0:"";}s:40:"dojox.xmpp.widget.ChatSession.widgetType";a:2:{s:9:"prototype";s:29:"dojox.xmpp.widget.ChatSession";s:7:"summary";s:0:"";}s:38:"dojox.xmpp.widget.ChatSession.chatWith";a:2:{s:9:"prototype";s:29:"dojox.xmpp.widget.ChatSession";s:7:"summary";s:0:"";}s:38:"dojox.xmpp.widget.ChatSession.instance";a:2:{s:9:"prototype";s:29:"dojox.xmpp.widget.ChatSession";s:7:"summary";s:0:"";}s:40:"dojox.xmpp.widget.ChatSession.postCreate";a:4:{s:9:"prototype";s:29:"dojox.xmpp.widget.ChatSession";s:4:"type";s:8:"Function";s:6:"source";s:415:"dojo.provide("dojox.xmpp.widget.ChatSession"); dojo.declare("dojox.xmpp.widget.ChatSession", [dijit.layout.LayoutContainer, dijit._Templated], { templatePath: dojo.moduleUrl("dojox.xmpp.widget", "templates/ChatSession.html"), enableSubWidgets: true, widgetsInTemplate: true, widgetType: "ChatSession", chatWith: null, instance: null, postCreate: function(){ //console.log("Neato!");";s:7:"summary";s:0:"";}s:44:"dojox.xmpp.widget.ChatSession.displayMessage";a:5:{s:9:"prototype";s:29:"dojox.xmpp.widget.ChatSession";s:4:"type";s:8:"Function";s:10:"parameters";a:2:{s:7:"message";a:1:{s:4:"type";s:0:"";}s:4:"type";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:720:"dojo.provide("dojox.xmpp.widget.ChatSession"); dojo.declare("dojox.xmpp.widget.ChatSession", [dijit.layout.LayoutContainer, dijit._Templated], { templatePath: dojo.moduleUrl("dojox.xmpp.widget", "templates/ChatSession.html"), enableSubWidgets: true, widgetsInTemplate: true, widgetType: "ChatSession", chatWith: null, instance: null, postCreate: function(){ //console.log("Neato!"); }, displayMessage: function(message, type) { //console.log("displayMessage", this, message); if(message) { var name = message.from ? this.chatWith : "me"; this.messages.domNode.innerHTML += "" + name + ": " + message.body + "
"; this.goToLastMessage(); }";s:7:"summary";s:0:"";}s:45:"dojox.xmpp.widget.ChatSession.goToLastMessage";a:4:{s:9:"prototype";s:29:"dojox.xmpp.widget.ChatSession";s:4:"type";s:8:"Function";s:6:"source";s:73:" this.messages.domNode.scrollTop = this.messages.domNode.scrollHeight;";s:7:"summary";s:0:"";}s:40:"dojox.xmpp.widget.ChatSession.onKeyPress";a:5:{s:9:"prototype";s:29:"dojox.xmpp.widget.ChatSession";s:4:"type";s:8:"Function";s:10:"parameters";a:1:{s:1:"e";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:269:" var key = e.keyCode || e.charCode; if ((key == dojo.keys.ENTER) && (this.chatInput.value != "")){ this.instance.sendMessage({body: this.chatInput.value}); this.displayMessage( {body: this.chatInput.value}, "out"); this.chatInput.value = ""; }";s:7:"summary";s:0:"";}s:56:"dojox.xmpp.widget.ChatSession.messages.domNode.scrollTop";a:2:{s:8:"instance";s:29:"dojox.xmpp.widget.ChatSession";s:7:"summary";s:0:"";}s:45:"dojox.xmpp.widget.ChatSession.chatInput.value";a:2:{s:8:"instance";s:29:"dojox.xmpp.widget.ChatSession";s:7:"summary";s:0:"";}s:17:"dojox.xmpp.widget";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}s:10:"dojox.xmpp";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}s:5:"dojox";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}}