defines the key or a combination of keys that send a comment (Enter or Shift+Enter)
webix.ui({
view:"comments",
currentUser:4,
url:"./common/comments.js",
users: "./common/users.js",
sendAction:"enter" });
Regardless of the property value, comments can be also sent by a click on the "Send" button.
Back to top