defines whether an icon will be displayed
webix.ui({
view:"portlet",
mode:"replace",
// disabling icon displaying
icon:false,
body:{
template:"Drag and drop portlets"
}
});
By default, the "wxi-drag" icon is added on a portlet. You can use any other default or custom icon instead or disable it.