#268: Add getElement() to button. Implement onsave event.

This commit is contained in:
Michael Jumper
2013-02-07 23:59:31 -08:00
parent 387a68ecf5
commit 13520cb30e
2 changed files with 72 additions and 41 deletions

View File

@@ -85,6 +85,11 @@
var user_manager = new GuacAdmin.UserManager();
users.appendChild(user_manager.getElement());
user_manager.onsave = function(id, password, connections) {
console.log(id, password, connections);
return true;
};
]]></script>
</body>