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
1
vote
1 answer

Trying to call Jquery plugin method

I am using "Fuelux Tree" jQuery plugin for generation tree view. And try to get selected items via jQuery method selectedItems which described in this document. But I have no idea how can I call this SelectedItems method
Polaris
  • 3,643
  • 10
  • 50
  • 61
1
vote
1 answer

How can I dynamically extend an object?

This is an example of data to use for a jquery library, however my data is dymanic and not hard coded. var tree_data = { 'for-sale' : {name: 'For Sale', type: 'folder'} , 'vehicles' : {name: 'Vehicles', type: 'folder'} , 'rentals' :…
Kyle
  • 32,731
  • 39
  • 134
  • 184
1
vote
1 answer

Trigger refresh of columns when refreshing data in fuelux datagrid

Based on a filter we use (show my objects / show objects of all), we would like an optional column to show/hide (if "all objects" is chosen, it should have an additional column indicating what account it belongs to...) I know we can add the filter,…
flexin
  • 21
  • 1
1
vote
1 answer

FuelUX Wizard is not submitting my form when click on 'finished'

I'm using bootstrap and FuelUX (just the Wizard). I use the wizard with a Form, and want to submit the Form (via jquery) when the user is at the last step and clicks "Finish". But everything in my "Finish"-Handler works, but not the .submit part.…
John Brunner
  • 2,842
  • 11
  • 44
  • 85
1
vote
1 answer

Additional filtering parameters in #fuelux datagrid

Does the fuelux datagrid support adding additional filter options? I would like - for instance - to add (next to the filter dropdown you already have in place), a checkbox which should also be added as a parameter to my function that retrieves the…
flexin
  • 21
  • 1
1
vote
1 answer

FuelUX wizard is not rendered properly

I would like to put a fuel ux wizard on my project and to do so I imported the plugins and the css as defined in this tutorial. You can see the result in this plunker: http://plnkr.co/edit/Z3BVyg?p=preview Now, why is the previous button so badly…
user1012480
  • 752
  • 2
  • 11
  • 24
1
vote
2 answers

How to make fuelux datagrid's(generated by backbone collection) each row editable using dialog

New StaticDataSource will construct datasource for fuelux grid. The formatter will set the property to generate editable button in datagrid cell. The code is as follows: app.PlayersView = Backbone.View.extend({ template: _.template(…
Lasang
  • 1,369
  • 6
  • 24
  • 44
1
vote
1 answer

setting fuelux datagrid source from backbone collection

I am trying to set the fuelux datagrid source from my backbone collection. The examples source is here on https://github.com/ExactTarget/fuelux/tree/master/sample . I tired like (function (root, factory) { if (typeof define === 'function' &&…
Lasang
  • 1,369
  • 6
  • 24
  • 44
1
vote
1 answer

Fuel UX data grid without Pagination

I am trying to use Fuel UX Datagrid in a Rails 3.2 app. My use case requires a grid with fixed header (which Fuel UX Datagrid already supports) and vertical and horizontal scrolling without pagination. I found examples with vertical scrolling plus…
1
vote
1 answer

Bootstrap Modal dialogs are instantly being dismissed when using FuelUX

I have a page that is using FuelUX's datagrid. I am using FuelUX's bundled version of bootstrap as well. Whenever a button on the page calls a bootstrap modal dialog, it instantly gets dismissed.
Chuck
  • 898
  • 1
  • 9
  • 20
0
votes
1 answer

How to integrate Fuelux repeater in Aurelia?

I try to integrate Fuelux repeater in Aurelia app. The problem is that the columns are not rendering :
jmdavid
  • 58
  • 5
0
votes
1 answer

How to modify fuelux repeater binding to secondary js object

I need to modify the fuelux repeater grid. I need to bind to the child object and display additional icons and messages.
Tyrone Moodley
  • 3,442
  • 1
  • 15
  • 16
0
votes
1 answer

Input doesn't render in view

I use fat free framework and fuelux repeater. When I create an html element in controller files, I can't see the element in view. I realize what the problem it is, but I don't know the solution.
eneskomur
  • 91
  • 1
  • 13
0
votes
1 answer

How to show "No records found" message if there is no data available in Fuelux datagrid

In my application, I have used Fuelux datagrid to display a set of records. Everything is working fine ie. sorting, filter, paging etc. But I have to show "No records found" message if the Fuelux datagrid doesnot have any data. I have searched a lot…
Antony SUTHAKAR J
  • 912
  • 1
  • 7
  • 13
0
votes
1 answer

Get Row Data on click of row

I have used a fuelux library to make a table and below is the code I have for the columns items = []; for (var i = 0; i < data.length; i++) { var item = { id : i, action :'Edit|
M.S
  • 41
  • 1
  • 7