Fuel UX is a web UI library that extends Twitter Bootstrap with additional lightweight JavaScript controls.
Questions tagged [fuelux]
164 questions
0
votes
1 answer
fuelux : start datepicker on monday
I try to load the datepicker of fuelux with start of the week to Monday.
i have already try this:
$('#myDatepicker').datepicker({
culture: 'fr',
format: 'L' });
but without success...
user3126180
0
votes
1 answer
Fuel UX Datepicker does not triggers change event
I'm trying to trigger a Fuel UX datepicker's change event using this JS:
$('#dpFechaDesde').datepicker({
allowPastDates: true
}).on('changed.fu.datepicker', function (event, date) {
alert('hola');
});
For some reason the alert doesn´t…

Barrios
- 75
- 1
- 2
- 9
0
votes
1 answer
How can one enlarge the search control in a FuelUX 3.x repeater?
This is a simple customization issue that is not covered by the tutorial: the search control is too small—any reasonable query will not fit. How can one make it longer (possibly occupying all remaining free space)?

seba
- 403
- 3
- 12
0
votes
1 answer
How can I use Fuel UX pillbox as an element in a HTML form?
I am playing with Fuel UX pillbox component and I want to make it part of a form I have to submit. Unfortunately, the control does not contain any form element to submit which makes it cool but useless (for me). I added a Input::Hidden element in…

N.DeNisse
- 149
- 9
0
votes
1 answer
Access "this" in Fuel UX placard onAccept function
I have several Fuel UX placards on a page, with a single jQuery selector to initialize them all. I need to write a custom onAccept function to handle placard confirmation.
It seems like I should be able to access $(this) from within the onAccept…

Tevis
- 729
- 1
- 12
- 27
0
votes
0 answers
Using Fuel ux placard on jQuery autocomplete field
I have a situation where I have a jquery autocomplete field that I would also like to make a placard for (http://getfuelux.com/javascript.html#placard). I've got everything set up fine. When I click the field, the placard shows up, and I can still…

Tevis
- 729
- 1
- 12
- 27
0
votes
1 answer
Why isn't fuel ux working in my MVC5 app (wizard, and general render issue)
I'm trying to get fuelUX working in my MVC5 app. I've created a simple view to sandbox in, but it isn't behaving as I expect.
There are two (so far) issues I'm getting.
1) Everything is rendering to the full width of the page.
2) The wizard renders…

Jason Coyne
- 6,509
- 8
- 40
- 70
0
votes
1 answer
Show "Loader" in Input Text
I would like to show a loader inside an at the end. I have an autocomplete field that can take some time to load its ajax query, and I would like to indicate to the user that a search is being performed by adding the loader. …

Tevis
- 729
- 1
- 12
- 27
0
votes
0 answers
Latest version of Fuelux - I can't get datepicker working in wizard - next button
background:
Quite easily I've got the Fuelux Wizard working.
I now wanted to introduce a date picker in one of the steps.
I did get the datepicker working fine outside of the wizard.
my problem:
when I introduced it into the form i have had…

fergal_dd
- 1,486
- 2
- 16
- 27
0
votes
2 answers
LESS & FuelUX Tree - Change width of steps list
I'm not sure if this is a LESS question or FuelUX question but I'll post it as both...
I am trying to change the width of the ul.steps element depending on how many child elements have class="complete".
Is this possible to do with LESS or would I…

ChronixPsyc
- 478
- 1
- 8
- 22
0
votes
2 answers
FuelUX Tree dataSource not working?
The documentation at http://getfuelux.com/javascript.html#tree doesn't give good example about how to use Javascript Datasource. I have read a lot of other questions on StackOverflow about it, but most of them are old (still use name instead of…

Luke Vo
- 17,859
- 21
- 105
- 181
0
votes
1 answer
FuelUX wizard not navigating to next step on including in a form
Can anyone tell me how to use the form tag with the fuelUX wizard?
I am doing the following:
Insert title here

Deepak
- 81
- 1
- 7
0
votes
1 answer
fuelUx scheduler loose the information of day when we select weekly recurrence
In fuelUX scheduler, after i call the method $('#myscheduler').scheduler("value","JSON VALUE") and if we select weekly recurrence pattern the the information of day is lost for example my input for recurrence pattern is :…

pkreety
- 65
- 9
0
votes
1 answer
How to set up paging on Fuelux
I'm try to use FUELUX reperater, and I have all the data working fine.
Now, my question is:
How can I set up properly the paging? cause at the moment it displays all the results in one single page and I have a maximum call stack exceeded error in…

Nick
- 13,493
- 8
- 51
- 98
0
votes
1 answer
How to disable fuelux datepicker?
I am using fuelux wizard on a page which already uses bootstrap-datepicker. The presence of fuelux breaks the other datepicker. Is there any way to tell fuelux to only include 'wizard' control functionality?

Benito Ciaro
- 1,718
- 12
- 25