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
27
votes
6 answers

Bootstrap modal dialog, show.bs.modal event relatedTarget is undefined. How can I get clicked element?

Button invoked modal dialog: When button is clicked, event is fired the resulting event reference e.relatedTarget is undefined. So, how can I get the invoking button from the handler? e does not seem to contain any reference to the invoking…
eyn
  • 778
  • 2
  • 10
  • 21
15
votes
3 answers

ReferenceError: define is not defined while embedding fuelux in datagrid.js

I wanted to add use http://exacttarget.github.com/fuelux/ to build a datagrid. I wanted to add the library to use it. I did the following:
Lasang
  • 1,369
  • 6
  • 24
  • 44
8
votes
7 answers

FuelUX Wizard component - how to manually select active step?

I'm not seeing any documentation for this. How do you manually select which panel is active in the wizard component? I know it's in there somewhere because you can click on one of the tabs once it's been passed, and navigate back to a previous tab.
Gabriel Alack
  • 472
  • 2
  • 6
  • 16
8
votes
3 answers

Fuelux Datagrid breaks bootstrap dropdown menus

I am having troubles with FuelUX's datagrid component. One the page of my site where I implement the datagrid component, the dropdown menus provided by bootstrap stop working. I'm using:jQuery 1.9.0, fuelUX 2.3.0, Bootstrap 2.3.1 I am NOT using:…
Chuck
  • 898
  • 1
  • 9
  • 20
7
votes
2 answers

How to perform a check on ng-disabled in angularjs?

I am using a fuelUX Wizard and Angularjs. I would like the next button to be enabled or disabled basing on this controller method: $scope.canMoveForward = function(){ switch($("#moduleWizard").wizard("selectedItem").step){ case…
user1012480
  • 752
  • 2
  • 11
  • 24
6
votes
3 answers

Fuelux wizard validation input

I have made a form nested inside the fuelux wizard. The bookstrap required field will not show up if the person clicks the next button. Is there any methods which can make it a requirement that the user cannot progress by clicking next until the…
James R
  • 276
  • 5
  • 14
6
votes
2 answers

Fuel UX - Hook onto change event of wizard

According to the documentation, I should be able to hook onto the change event of the Fuel UX wizard component. But for the life of me I cant figure out how. I'm still new-ish to jquery and javascript. Javascript I've tried the following var wizard…
Rohan Büchner
  • 5,333
  • 4
  • 62
  • 106
6
votes
1 answer

Uncaught TypeError implementing Fuelux wizard

I'm trying to implement Fuelux's wizard feature and have hit a brick wall. I am simply trying to achieve a working replica of the live example but keep receiving the error in my console: Uncaught TypeError: Object [object Object] has no method…
shooftie
  • 111
  • 1
  • 11
5
votes
1 answer

Fuelux datepicker how do I initialise it?

I'm trying to use the fuelux datepicker and can't seem to even initialise it properly! Any help would be most appreciated. I've based it on the examples here: https://gist.github.com/vernak2539/9980566 Header of page:
haakym
  • 12,050
  • 12
  • 70
  • 98
5
votes
2 answers

Fuel UX wizard component not displaying correctly

I'm trying to use the fuel ux wizard component as shown in the example: http://exacttarget.github.io/fuelux/#wizard but it does not display correctly. My code is:
Petr
  • 1,389
  • 10
  • 15
4
votes
2 answers

Fuelux wizard and formvalidation.io - an ajax

I am currently having some troubles getting an ajax submit work with this two plugins, does anyone know how it should be looking? Since for now it submits without the ajax part to self - the same address as execution. I got really no idea where the…
Kavvson Empcraft
  • 445
  • 7
  • 32
4
votes
3 answers

How to disable NEXT button on step 1 of FuelUX Wizard

I am creating a wizard control pages using the FuelUX wizard plugin http://getfuelux.com/javascript.html#wizard And I am trying to disable the NEXT button only on the STEP1 of the wizard. Kindly check this image for better…
MercuryUIX
  • 71
  • 2
  • 6
4
votes
1 answer

Dynamically update number of FuelUX wizard steps

I'm hoping someone might be kind enough to help me with this. I'm using the FuelUX wizard and looking to dynamically add X number of steps, where X is a number set by the user on the first screen. The extra steps get added fine, except I can't…
user6325
  • 55
  • 6
4
votes
3 answers

How to display nested data items in FuelUX tree bootstrap plugin

I'm trying to implement the FuelUX tree plugin and I've followed the example so far but I need a nested structure. I'm assuming the tree plugin is capable of handling nested children? is this correct? var treeDataSource = new TreeDataSource({ …
tiny_m
  • 263
  • 1
  • 3
  • 9
4
votes
1 answer

how to hide column in fuelux datagrid

I am trying to create a hidden column which will contain the unique "id" of the row as an attribute in say a "data-id" one. Because i can't seem to work out how to retrieve the data model behind the row. I'm using server-side datasource. columns:…
gurpal2000
  • 1,004
  • 1
  • 17
  • 35
1
2 3
10 11