mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 14:41:21 +00:00
#268: Add getElement() to button. Implement onsave event.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user