Questions tagged [webix]

Webix is a JavaScript UI Library with lightweight ready-made widgets and controls based on HTML5 and CSS techniques for enterprise JavaScript UI web apps development (dashboards , reports , etc.). Webix works with any server-side platforms (.NET, Java, PHP, etc.) and can be integrated with jQuery, Vue.js, AngularJS, Backbone.js. Starting from version 4.0 UI library is compatible with Angular 2.

About Webix UI Library

Webix is a cross-browser and cross-platform JavaScript UI library (created by XBSoftware) which provides 80 JavaScript UI widgets and controls, 5 complex JavaScript UI widgets and powerful JavaScript SpreadSheet.

enter image description here

Webix also provides free smart web development tools:

Learn more about Webix company: https://en.wikipedia.org/wiki/Webix


Webix Licenses

Webix supports free software and provides 2 types of licenses:

  1. GNU General Public License (GPLv3) for OPEN SOURCE projects.

Try Webix - Download

  1. Webix Developer License for BUSINESS objectives.

Try Webix - Download Trial


Standard Features

  • 9 Locales
  • 61 Widgets and Controls

*Webix includes the following Standard features (Available for all users).

Pro Features

  • 291 Extra Locales
  • +19 PRO Widgets
  • Advanced Filtering
  • Area Selection
  • Colspan and Rowspan
  • Grouped Columns
  • Header Menu
  • Subrows/Subviews
  • Vertical/Rotate Headers

*Webix includes the following Pro features (Available ONLY for users of Webix Developer license for business objectives).


Webix Versions

Webix web development framework is updated constantly!

Some functions become deprecated with newer versions of Webix. Follow the Webix releases to track all the features.

More Releases from 1.10 to 1.0.1 is here (https://docs.webix.com/desktop__whats_new.html).

The Webix provides download link for the latest stable version. You can download the latest available version by clicking on this link.

Besides you can join us in social networks:

Facebook

LinkedIn

Twitter


When Asking Webix Related Questions

  1. Read the Webix documentation carefully and search Stack Overflow for duplicates before asking. To make the usage easier we’ve divided all the documents into parts, for example:

  2. We have an idea about most frequent questions that may arise while working with UI widgets. That`s why we have created LIVE interactive demos to help you find the answers.

  3. Tag the question appropriately; always include "webix", and use the other web development tags (library, javascript, framework) as applicable.

  4. If you want to take part in public discussion sign up at Webix Forum.

  5. If you don't find an answer on your question, please use:

  6. For more news from the world of IT, Development, Frameworks, JavaScript check Webix Official Blog.


Best Practices

If you want to take a look at how Webix components work together, check the showcases:


Related Tags

webix

ui library

javascript framework


Resources

Webix quick start guide

Mastering DataTable interactive tutorial

Form Controls Interactive Guide

GitHub

312 questions
0
votes
1 answer

Webix addRowCSS Implementation

I'm very new to using HTML. I'm required to use it for a project and I have no education on it at all. Here's a break down of what I need to do. I need to have a graph of text boxes (I have added some features to some of them provided by webix) and…
ZaredH
  • 491
  • 1
  • 7
  • 23
0
votes
1 answer

How to change the separator in the Webix multiSelectFilter?

The separator in Webix multiSelectFilter is ',' by default. For instance, I need to change this default separator to '/'. Is there a way to change the it?
dellink
  • 544
  • 3
  • 16
0
votes
1 answer

Paging dynamically loaded Webix tree nodes

Is there a way to page through child nodes of a Webix tree? The root-level elements are known, but their children should be loaded dynamically via an AJAX call. For example, given a list of GitHub users, I want to retrieve the repos of each -…
Dan Dascalescu
  • 143,271
  • 52
  • 317
  • 404
0
votes
1 answer

how to persist only string data in webix, can we use webix.storage.local.put?

I would like to store string value at exit stage & retrieve it in application open stage. I am unable to store data directly by using webix.storage.local.put()
balusu
  • 367
  • 3
  • 10
0
votes
1 answer

Stretch the last column in a Webix datatable

How can the last column in a Webix datatable be stretched so it extends from the previous column to the right edge of the screen? I'm trying to achieve the column layout below: I've set autowidth: false and the container div's width is 100%, but…
Dan Dascalescu
  • 143,271
  • 52
  • 317
  • 404
0
votes
1 answer

dynamically set the header menu data in webix?

dynamically set the header menudata like columns below headermenu: { id: "headerMenu", css: "webix-contextmenu", width: 150, data: getHeaderMenuData(), } Like setting externally for columns, function add_column(){ var columns =…
balusu
  • 367
  • 3
  • 10
0
votes
1 answer

AngularJS integration with Webix, invoking event defined in config object

I'm building an application with Angular JS and Webix. How to invoke function (say "accountSelected" ) marked in config initialization which is defined in angular scope of same controller, HTML :
Matt Rowe
  • 3
  • 2
-1
votes
1 answer

Passing a field value in the URL

Can I dynamically edit the url of the datatable depending on the value of the “Value” field of the search form in another file? For example: { view:"text", label:"input data", value:"apple" } In datatable.js url:…
Yukitteru
  • 37
  • 8
-1
votes
1 answer

Can the index/key field of a Webix Datatable be something other than 'id'?

I have data parsed into a Webix Datatable that includes a property named 'id' for each object in that data. The 'id' is an integer but is not necessarily unique; not until all of the data in the datatable is validated. Each object also has a…
Alex M
  • 101
  • 7
-1
votes
2 answers

JavaScript PopUp not displayed

I am trying to show a popup as explained and i am not able to add one. Here is the code HTML followed by JS. I have added a button and on click of the button i am trying to show popup. I was able to show a popup without the webix.ready() function,…
Danny
  • 1
  • 3
-1
votes
1 answer

Webix Google Maps in a pop-up

I am trying to get a Google Maps instance with a marker in a pop-up window in Webix but I am getting initMap is not a function error. There is a direct way of initializing Google Maps in Webix but this time marker object isn't recognized. Here is my…
Cihan Kara
  • 47
  • 10
-2
votes
3 answers

How to add a callback to a function in javascript that is called two times in a row with different parameters?

I have a function that is called twice with different parameters: function setArray(chartType, charData, nodeName, meaQuantityId, unitName) { var legendText = nodeName + '(' + unitName + ')'; var lineData = null; var scatterData = null; …
Ankur
  • 33
  • 1
  • 1
  • 6
1 2 3
20
21