Questions tagged [w2ui]

w2ui is a jQuery-based user interface & layout library.

The w2ui library is a set of jQuery plugins for front-end development of data driven web applications. It contains all of the most common UI widgets: Layout, Grid, Sidebar, Tabs, Toolbar, Popup, Field Controls and Forms.

166 questions
0
votes
1 answer

w2ui special character in popup is html coded

In my w2ui form, specifically the multiselect pop-up element, I have several options which contain ampersands (&). In the box itself, it shows correctly, but when w2ui renders the pop-up selection box, it shows them html coded as (&). Is there…
0
votes
3 answers

Parse the following query string into json using python

I have a query string with the following format: …
abden003
  • 1,325
  • 7
  • 24
  • 48
0
votes
1 answer

Table not autoloading when scrolling

I am using w2ui to display a table of a django model. Instead of loading all the elements at once I am using autoLoading to load a 100 elements at a time. Below is the code for the table: var config = { grid: { name: "grid", …
abden003
  • 1,325
  • 7
  • 24
  • 48
0
votes
1 answer

Customizing w2ui sidebar vertical scrollbar with JScrollPane

I'm trying to customize the w2ui sidebar's scrollbar with JScrollPane jQuery plug-in, but I fail all the times and by saying that I mean that I couldn't make JScrollPane to change the sidebar scrollbar style. So, could you please share snippet code…
atari83
  • 489
  • 1
  • 5
  • 15
0
votes
1 answer

w2ui grid, editable field with list and remote data source

I have W2UI grid with list field: {field: 'serial', caption: 'Serial', size: '100px', editable: { type: 'list', items: serials, showAll: true, match: 'contains' }, sortable: true, selected: {id: 1}, render: function (record, index, col_index) { …
Alexey V
  • 3
  • 4
0
votes
1 answer

w2ui side bar not recognizing w2ui.sidebar

I'm looking at this source http://w2ui.com/web/demos/#!sidebar/sidebar-2 I'm able to add folders via: $("#projectExplorer").w2sidebar({ name: "projectExplorer", nodes: [ { id: projectDir, text:…
user441521
  • 6,942
  • 23
  • 88
  • 160
0
votes
1 answer

dojo How to apply other function onClose event in tabContainer?

I am studying the Tabcontainer.The dojo is a method used to onClose event will confirm (). I do not use the confirm () the w2confirm I use does not apply. Attempted in various ways, but it did not work. plz help me! dojo example var closablePane =…
0
votes
2 answers

Map json to menu in Openui5

In w2ui I can map a json to a sidebar http://w2ui.com/web/demos/#!sidebar/sidebar-1 Can I do it in openui5? I want the same result. Obviously I do not want a tree but a list of items that swipe right if I tap on an item (and visualize a sub-menu…
padibro
  • 1,324
  • 10
  • 56
  • 95
0
votes
2 answers

IE 10 - div with scrollbar fires blur event causing it to hide (custom code)

We are using W2UI (Javascript UI) controls. It has a "Multi Select" input control with associated div container with suggestion data. Whenever user clicks on input control a suggestion div is popped up and user can select multiple items from the…
Bhalchandra
  • 81
  • 1
  • 2
  • 8
0
votes
1 answer

W2ui sidebar with mcustomscrollbar issue

I have a issue using w2ui sidebar with mcustomscrollbar. I have the w2ui sidebar associated to a div and this works fine, but when i use mcustomscrollbar i have a problem. To use mcustomscrollbar i associated the sidebar to a sub div and the…
BragaGhost
  • 75
  • 8
-1
votes
1 answer

w2ui.grid get data with parameter

I want to implement w2ui grid and get data from server with parameter.I try to this way but ID posted null so what i am missing here? function databindSquadMembers(ID) { $('#myGrid2').w2grid({ name:…
JohnConnor
  • 33
  • 1
  • 1
  • 11
-2
votes
2 answers

Is it possible to have multi/custom field type inside a w2ui grid column with inline-editing for each type based on cell value?

Is it possible to have a grid column containing multiple types inside of it based on the value of a cell? Where each cell is rendered based on value. For instance, with in the same column a cell could be of type 'text' or 'datetime' or 'list' etc...…
Selwyn
  • 3,118
  • 1
  • 26
  • 33
-2
votes
1 answer

w2ui - how show text from cell in an overlay?

there is some way to show all the contents of a cell in an overlay My problem is show log text version 1.4
-3
votes
1 answer

how to group rows in jquery uisng w2grid?

I'm trying to achieve this format using w2ui grid. I don't know how to group the cells (rows) or split the cells. I tried to split while rendering but couldn't achieve.
-4
votes
1 answer

How to specify w2ui panel size in em instead of px?

w2ui layout examples use pixels for panel size: http://w2ui.com/web/demos/#!layout/layout-1 However, I want to specify panel size in em. Is it possible?
kornerr
  • 3
  • 4
1 2 3
11
12