$configList

allows customizing message list

function $configList;
Details

The property is used for redefinition and not for direct calls.

The function accepts 1 parameter:

  • config (object) - list configuration object.
webix.protoUI({
  name: "mycomments",
  $cssName: "comments",
  $configList: function(config){
      // your code
  }
})
See also
Back to top