Fuel UX is a web UI library that extends Twitter Bootstrap with additional lightweight JavaScript controls.
Questions tagged [fuelux]
164 questions
0
votes
2 answers
How to use FuelUX wizard in ASP.net webforms
I am very new to web development and using VS2013, ASP.net 4.5.1 WebForms and C#.
I have started developing an application and have made a lot of progress. I would like to use a wizard design element and have been trying FuelUX wizard. I came…

cramar
- 124
- 1
- 16
0
votes
2 answers
fuelUx scheduler method loads incorrect date in my page
$('myScheduler').scheduler('value', {
startDateTime: '2014-03-31T03:23+02:00',
timeZone: {
name: 'Namibia Standard Time',
offset: '+02:00'
},
recurrencePattern:…

pkreety
- 65
- 9
0
votes
1 answer
fuelUx scheduler : datepicker Issue
When date picker selects a new date it reloads page and resets the value to default how can I disable this?
http://exacttarget.github.io/fuelux/javascript.html#scheduler

pkreety
- 65
- 9
0
votes
1 answer
Cannot reload data in Fuelux Datagrid
I have tried to reload the data populated by an ajax call but I cant get it to work, it shows the old data even after using the reload method. The thing is that if I change some variables to populate a different data and try to call the following…

dan
- 990
- 1
- 14
- 22
0
votes
1 answer
Adding a Fuelux wizard to an Angular project
I'm reading https://github.com/ExactTarget/fuelux in order to get familiar with the Fuelux wizard, and how I can integrate it with my AngularJS project.
In the non-AMD section it says :
Non-AMD
If you'd prefer not to use AMD, simply add the loader…

bob.mazzo
- 5,183
- 23
- 80
- 149
0
votes
1 answer
How to programmatically expand fuelux treeview folders using jQuery?
I've been stuck in this problem. I am using fuelux treeview to display a list of categories and folders. What I want is to display the expanded treeview on page load. I can't seem to achieve this. I have found out that the tree folder must be…

TheGPWorx
- 857
- 3
- 17
- 37
0
votes
1 answer
Content doesn't refresh when using a wizard per nav-tab
I'm trying to use a wizard in each of a number of nav-tabs but when I switch tabs, the content from the current step in the Wizard is lost.
Code follows and JSFiddle here
0
votes
0 answers
FuelUX - Convert Json string to FuelUX tree data
My WebAPi is returning JSON string as shown below
{"DataProvider":{"AdministrationDatabase":{"ConnectionString":{"@IsEncrypted":"false","#text":"Data Source=*bank.dev\GROUPCHAT;Database=Administration;User…

Kumar Nitesh
- 1,634
- 15
- 18
0
votes
1 answer
Filtering datagrid with ajax request
I just used datagrid FuelUX with a couple of select for filtering but, i got the follow problem:
When i perform then click event btnShow's i initialized the properties DataSourceGrid's and i send a filter for ajax request, the first time works fine,…

elchente23
- 163
- 5
- 13
0
votes
1 answer
Refresh fuelux treeview on fileupload
I'm using jquery fileupload plugin to upload a file and then populating the data from a file to fuelux treeview. I have put an ajax call for processing the file data where the data is received and then the tree is populated. For the first time when…

Bilal
- 43
- 1
- 11
0
votes
1 answer
Fuel UX Tree get unselected data
I Use Fuel UX tree plugin. And I need to get information about unselected item when mouse click.
At first, all items in tree are selected, and when I click on tree item, it's become unselected, but I cannot get information about this item, because…

Yaroslav Osetrov
- 894
- 1
- 10
- 13
0
votes
1 answer
fuelex spinner and manual values outside of range
I am using the fuelux spinner jquery plugin. I have setup a simple spinner as follows :
$('#spinner3').spinner({value:3, step: 1, min: 0, max: 10, speed: "medium"});
Works great, BUT, I noticed you can manually enter a value outside of the range…

user756659
- 3,372
- 13
- 55
- 110
0
votes
1 answer
Fuel UX Wizard change event
I am working with a Fuel UX Wizard control on a page. I have been able to utilize the 'Change' function when utilizing the prev & next buttons that are part of the wizard control, as well as firing the event with a separate control on the page. The…

sevargdcg
- 295
- 2
- 8
- 17
0
votes
1 answer
fuel ux select add options with ajax
I have a FuelUX select:
0
votes
1 answer
jQuery: Form Validation plugin with Chosen and Step Wizard
Here is my JavaScript:
jQuery.validator.addMethod("ChznCheck", function(val, elem) {
return $(elem).val();
}, "Required before continuing");
jQuery.validator.setDefaults({
errorElement: 'span',
onkeyup: false,
onclick: false,
onfocusout:…

dennismonsewicz
- 25,132
- 33
- 116
- 189