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

non-editable text field in the Webix combobox

Just started using Webix in my study project. Definitely enjoy it, but wondering if there's a way to make text field in the combo control non-editable and leave the possibility to pick values? Or I've missed something? Help!
M.Sec
  • 9
  • 3
0
votes
1 answer

Duplicate entries in webix datatable when changing state of ui-router in angularJs

I am having problems with webix datatable. I am boulding an application with AngularJs and ui-router with webix integration. When i refresh my site, everything is O.K. But when i redirect to another view the datatable load duplicate entries. I am…
0
votes
2 answers

Webix Pager scroll to particular row

The datatable has a select method, which selects a given row. The pager also has a select method, which scrolls to a given page. However, I cannot find a way to tell the pager to scroll to a page which contains a given row. Namely, I want to select…
Predrag Stojadinović
  • 3,439
  • 6
  • 34
  • 52
0
votes
1 answer

Store checkbox value in cookie in webix

I am using webix to show datatable with specific columns. I created a checkboxes for each colum to show/hide the columns. I need this checkbox values to be stored in a cookie, so when the client is refresh the page, the checked checkboxes remain…
Sale Sasa
  • 21
  • 2
0
votes
1 answer

Webix - How do I parse JSON from a URL before using it in a data table?

I'm messing around with Webix and the League of Legends API to see some champion data. The League API just gives you back giant JSON files that you can use to display data. However, I'm not sure what the best way to go about parsing these files…
Slims
  • 864
  • 2
  • 13
  • 31
0
votes
1 answer

Webix DataTable - expand object properties

If I have a list of (JavaScript) objects in the following form: var results = [ {'name': 'mary', 'availability' : { 'monday': 'True', 'tuesday': 'False' ... } }, {'name': 'john', 'availability' : { 'monday': 'False', 'tuesday': 'False' ... } }, …
Arj
  • 1,981
  • 4
  • 25
  • 45
0
votes
1 answer

Webix Layout with URL Change and Two Column

If you are a webix guru and used their material skin http://webix.com/demos/material/admin-app/#!/app/forms , you will be well familiar with two column layout. I want to create a very basic layout which has left side a tree of links and it opens the…
0
votes
1 answer

Attach button click to webix datatable

I have the code below where I want to add a record to the webix datatable. I'm a JS novice so not sure of the correct definition to make sure the variable scope is valid. Basically I have a pager and datatable like so which works fine: …
garyk1968
  • 121
  • 3
  • 8
0
votes
1 answer

I want to use JsArray with the Webix component DataTable

I want to use JsArray with the Webix component DataTable. But I have one problem. When I use JsArray format I can’t update the data in the Webix datagrid. Unfortunately, I can see only the beginning of its data. Check the sample to understand the…
Vladis
  • 1
0
votes
1 answer

webix resets treetable state after adding/deleting nodes

In treetable I have one of the columns - dropdown list. As default its value is "no changes". When I add/remove nodes from tree, for all nodes dropdown list returns to the default value "no changes". How can I prevent it?
Pavel Kodentsev
  • 127
  • 1
  • 11
0
votes
1 answer

DHTMLX Scheduler Data From Google Calendar

Current scheduler working with google calendar. But not mobile friendly.
0
votes
2 answers

webix combo options value in html Initialization

I'm using Webix UI. I want to do something like
in my js: $scope.fruit =[{id:1, value: "Apple"}, {id:2, value: "Banana"}]; What is the correct way to do this? Any help will be appreciated, Thanks
leo
  • 135
  • 1
  • 1
  • 6
0
votes
2 answers

How to make flat buttons in webix

As far as I can tell, webix's default buttons looks like this: I saw in a demo, however, "flat" type buttons like this: How do I go about making my navigation buttons look like that? I do not see anything about it in the documentation.
galois
  • 825
  • 2
  • 11
  • 31
0
votes
2 answers

Where to load webix?

Trying to learn webix (and javascript at all). Usually the common practice is loading javascript libraries at the end of the body. The webix quick start doc says: // specifies document type
clt60
  • 62,119
  • 17
  • 107
  • 194
0
votes
2 answers

Generating JSON of directory structure for consumption by Webix tree widget

I'm working on a project using Webix and Python/Flask and I'm hitting a brick wall with rendering a treeview widget. My problem is properly constructing the JSON needed by the widget. I'm trying to generate the directory structure of a given…
user1777667
  • 97
  • 1
  • 7
1 2 3
20
21