Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
43 views

I’m integrating the Webix Chat widget into my application, and I need to use a different URL for the initial REST API endpoint (config.url) than the one used for the WebSocket connection (websocket:...
Siti Olamide's user avatar
0 votes
1 answer
64 views

I am trying to export a datatable as Excel Format using this command. webix.toExcel($$("coretableCDC"), { filterHTML: true }); GUI - Excel 39E76 - 3.9E+77 39E78 - 3.9E+79 4E2FE - 4E2FE ...
Jeevan's user avatar
  • 497
0 votes
1 answer
128 views

Please provide an example of how to create excelFilter filters based on the formatted text of a column, rather than the raw values. Currently, excelFilter filters based on the raw values, which ...
Siti Olamide's user avatar
0 votes
1 answer
56 views

I'm trying to diplay grouped list using Datalayout. Data structure looks like: Date 1 List item 1 List item 2 Date 2 List item 1 List item 2 I've found that Repeater mode of Datalayout is what I'm ...
user3408420's user avatar
0 votes
1 answer
47 views

`webix.ready(function(){ grid = webix.ui({ container:"tracker", editaction:"click", editable:true, view:"datatable", css:"...
Rashmi's user avatar
  • 1
0 votes
1 answer
188 views

Basically, the backend provides me with the content of drawio files (so we are talking xml mode) and I need to display this in our webix page. So far, I have tried to achieve this using an iframe, ...
Andreas P.'s user avatar
0 votes
1 answer
58 views

In Webix I have a method like this function show_progress_icon(delay) { $$("topView").disable(); $$("topView").showProgress({ type: "icon", delay: delay, ...
Jeevan's user avatar
  • 497
1 vote
1 answer
65 views

I have the following code which looks like this: {id:'SetPopUp',view:'window',head:'',position:'center',move:true,body: {rows:[ {height:7}, {height: 140, cols:[ {width:7}, {css: {...
Jeevan's user avatar
  • 497
1 vote
1 answer
125 views

Hi I'm trying to build a dynamic user preference interface in Webix jetpack. When user click the layout change button I want to change the layout of the interface dynamically by making the views in in ...
Isuru Akalanka's user avatar
0 votes
1 answer
267 views

I want to show events in webix scheduler UNIT view But events are not getting displayed on calendar. My url is fine and receiving a successful response from the server with the data I need for the ...
Eniol's user avatar
  • 27
0 votes
1 answer
319 views

trying to learn datatable in webix. An example of what I wanted to get in the column "example". webix.ui.datafilter.mySummColumn = webix.extend({ refresh:function(master, node, value){ ...
Vlad's user avatar
  • 3
0 votes
1 answer
58 views

In webix, one use of ui.popup is to act as a drop down list of suggestions for a ui.text. Of course, in a responsive UI, the width of the text box can change and the width of the drop down suggestions ...
Stan's user avatar
  • 983
0 votes
0 answers
66 views

I understand that the connection is made from Codeigniter's database.php, there I have to set both username, password, db_name, etc. On the other hand, we also have the Webix library, where the views, ...
zaraterdz's user avatar
0 votes
1 answer
82 views

I have a code like this. $$('TLVab').attachEvent("onAfterEditStop", function(state, editor, ignoreUpdate) { $$('deleteLTMPopup').show();//TODO parse state into the pop up }); ...
Jeevan's user avatar
  • 497
0 votes
1 answer
238 views

I tried this code in webix webix.toExcel($$("datatableTab"), { filename: "Data_Diff", name: "Name" }); and it dumped everything in my datatable (datatableTab)...
Jeevan's user avatar
  • 497

15 30 50 per page
1
2 3 4 5
22