keepButtonVisible

keeps the Send button visible

boolean keepButtonVisible;

Example

webix.ui({
  view: "comments",
  keepButtonVisible: true });

Related samples

Details

By default the Send button pops up when the focus is moved to the message field (e.g. when user clicks on the field).

Set the keepButtonVisible property to true to keep the button always visible.

See also
Back to top