Version 1.2

Integration with AngularJS

  • webix-ui directive to define webix views directly in HTML
  • webix-show, webix-event, webix-data directives to link webix components and scope
  • webix component can be used with angular data bindings
  • check details

Integration with Backbone

  • webix components can load data from Backbone Collections
  • webix components can save data back to Backbone Collections
  • WebixView, that can be used as normal Backbone View
  • Backbone Router can be used to alter Webix Layouts
  • check details

Others

  • setContent method for template component
  • isolate configuration property for layout components
  • onBeforeDropOut event added
  • tooltip functionality added to the DataTable, TreeTable and Tree
  • more than 50 different fixes
Back to top