mentions

enables the mentioning functionality

boolean mentions;

Example

webix.ui({
    view:"comments",
    mentions:true,
    currentUser:4,
    data: "/server/comments_data",
    users: "/server/comments_users"
});


Default value:

false Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.