Questions tagged [fuelux]

Fuel UX is a web UI library that extends Twitter Bootstrap with additional lightweight JavaScript controls.

More about Fuel UX

164 questions
0
votes
1 answer

Selectable folders in fuelux tree

How would you make a 'folder' selectable using a fuelux tree? (i.e each node in the drop down tree is selectable) I've seen an example of this when selecting a folder in google drive: At the moment i'm only able to make 'items' in the tree…
Oliver Mahoney
  • 706
  • 1
  • 9
  • 17
0
votes
1 answer

Issues using FuelUX with Foundation

I have a project built on top of Zurb Foundation, now I need to use some FuelUX components such as "wizard" and "tree". For that I include Twitter Bootstrap library (2.3.2 version downloaded from Bootstrap site) and also include "all.min.js" from…
Reynier
  • 2,420
  • 11
  • 51
  • 91
0
votes
1 answer

How to add new tree item/folder in fuelux tree

I'm using fuelux tree plugins, I need to add new item on the fly(not by reloading all tree data or refreshing a page), can any one give simple example how to do it?
0
votes
2 answers

Avoid setting a global class for html

I am trying to use Fuel UX. I copied its example to my own web page and found that the css could not be loaded. After comparing my HTML with the sample HTML, I find that the sample HTML sets a global class: Adding…
John Sket
  • 117
  • 1
  • 3
  • 7
0
votes
2 answers

Pagination not showing current page in DataGrid

I have implemeted fuelux data grid successfully however the grid is not showing the current page(as shown below). There are no JavaScript errors, i have included the all.js file of the fuelUX but still doesn't seem to be working. Is there anything…
Raju Kumar
  • 1,255
  • 3
  • 21
  • 39
0
votes
1 answer

jQuery UI - Sortable flies in from top

UPDATE Included some sample code and screenshots Problem only happens in Chrome and Chromium, not Firefox While hovering and clicking on a sortable row Within milliseconds of moving the mouse (dragging row), the same row "flies in" from the…
snakesNbronies
  • 3,619
  • 9
  • 44
  • 73
0
votes
1 answer

How do you optimize the FuelUX package for deployment with Grunt and Bower?

I'm new to Grunt and Bower. When I install FuelUX using bower, it puts about 77 megabytes of files in my app/components/fuelux directory. The default Gruntfile.js that gets generated by yo (using the angular generator) copies all of those file…
petedogg
  • 81
  • 6
0
votes
0 answers

Fuelux datagrid on Backbone js NAN error with no data

I'm using Backbone, Require, Fuelux, Bootstrap for my single page web app and I'm trying to get Fuel UX datagrid to work with this and I can see that correct object sets are returned which is fine but the data does not get inserted into the table…
Passionate Engineer
  • 10,034
  • 26
  • 96
  • 168
0
votes
1 answer

Twitter Bootstrap and Jsf - How to integrate the Fuel UX wizard.js

I want to include the fuelUx wizard into my jsf/java project. However, I am struggeling to convert the component into jsf:
maximus
  • 11,264
  • 30
  • 93
  • 124
0
votes
2 answers

setting fuelux datagrid column cellls to string from object collection

MY fuelux datagrid look like this inside backbone render function var dataSource = new StaticDataSource({ columns: [ { property: 'id', …
Lasang
  • 1,369
  • 6
  • 24
  • 44
-1
votes
1 answer

How to implement combobox in bootstrap and bind data from database?

I using bootstrap in my asp.net web form application.I need to implement combobox (User selects from drop down and can edit the text) in my UI but I don't see any combobox in bootstrap components.I found below two articles in which I can able to…
-1
votes
1 answer

Google Map Not Displaying Entirely

I have two maps using the Google Maps API and, to set the scene, they are both contained in a FuelUX Wizard, on separate panes. The map on the first pane works perfectly, however on the second map on the other pane, it displays like this: This is…
adanot
  • 318
  • 2
  • 21
-1
votes
1 answer

Fuel UX pillbox

I am trying to implement Pillbox from Fuel UX. I've one issue while removing the item. Fuel UX has provided methods which we can use to get the details of the removed item. I want to get the ID of the removed item so that i can delete it from my…
Amod Vardhan
  • 29
  • 1
  • 3
  • 10
-1
votes
1 answer

Using Bootstrap CSS with FuelUX

I'm wondering what the implications are of using the Bootstrap theme alongside FuelUX? What I'm after is big, bold fonts and something that looks like http://jsfiddle.net/adam_j_bradley/9phKW/ (which includes bootstrap.css) vs what I get if I…
Adam
  • 34
  • 6
1 2 3
10
11