subuser
(since 1.0)
A sub user object
Description
subuser
The subuser object is available on registerCmd's callback.
Each time a client opens a new tab on the same application (or refreshes the page) a new subuser is created to represent this client's instance.
You can send a message directly to this subuser, or send a message to all others subuser.
Examples
Ape.registerCmd('foo', true, function(params, info) {
info.subuser.sendRaw('bar', {'ok':'true'});
});
User notes
# No comment
Post a note
CollaborAPE to our wiki !
Find the information you need on the APE Official Wiki : Install, Server, JSF, Help...
