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
4
votes
1 answer

How to use javascript and PHP to import data Fuel UX datagrid

Fuel UX is here: http://exacttarget.github.com/fuelux/ Specifically i'm trying to use the Datagrid. Here's an example: http://code.exacttarget.com/code-examples/datagrid.html I've attempted to recreated…
sMyles
  • 2,418
  • 1
  • 30
  • 44
3
votes
1 answer

Angular 2 module (Fuel-ui) doesn't work if it's loaded from another directory

We're using Gulp (just migrated from ng-cli) to build our angular2 project where I use Fuel-ui. I have a strange error. I use Fuel-ui's alert component in one of our components. If we reference fuel-ui from node_modules/fuel-ui folder in…
tec-goblin
  • 196
  • 1
  • 11
3
votes
1 answer

FuelUX Pillbox - change default class for added pill

I'm using Pillbox from FuelUX for tagging records. Every pill desribed as li entity in such way:
  • Item 2
    genom_by
    • 33
    • 4
  • 3
    votes
    1 answer

    How to block previous steps on Bootstrap Fuelux Wizard

    In my app, the previous steps must be blocked. Step one not should be accessible after validated and submited. How to block previous steps of manual selection? Current implementation, example:
    Maykonn
    • 2,738
    • 6
    • 33
    • 51
    3
    votes
    1 answer

    FuelUX: How can I load only wizard.js?

    when only loading wizard.js and require.js I'm getting this error: TypeError: $(...).wizard is not a function $('#checkout-wizard').wizard({'selectItem': options.step }); Did I miss some js? I don't want to load whole project. 10x
    embedded
    • 717
    • 4
    • 11
    • 25
    3
    votes
    2 answers

    Fuelux datagrid and require js

    Is there a way to use Fuelux Datagrid with requirejs and backbonejs? I cannot get to load the data onto the Datagrid using this and by Googling, it sounds like you cannot use requirejs with Datagrid but I wanted to check if there are any ways…
    Passionate Engineer
    • 10,034
    • 26
    • 96
    • 168
    3
    votes
    3 answers

    How to preselect items within a Fuel UX treeview?

    so I've implemented the treeview of Fuel UX within my website. Whenever it's loaded, I need to reselect the items I want manually. Is there a possibility to preselect certain items after each reload? Thanks in advance!
    Yina
    • 31
    • 1
    • 2
    3
    votes
    3 answers

    FuelUX datagrid not loading (using example)

    I'm new to FuelUX so I was trying to get this to work, based on the example provided: require(['jquery','data.js', 'datasource.js', 'fuelux/all'], function ($, sampleData, StaticDataSource) { var dataSource = new StaticDataSource({ …
    Bas van Ommen
    • 1,243
    • 2
    • 12
    • 20
    3
    votes
    1 answer

    Constructing fuelux datagrid datasource with custom backbone collection

    I am trying to build datagrid with sorting, searching and paging enabled. Therefore, I am using fuelux-datagrid. MY backbone view looks like this: var app = app || {}; $(function ($) { 'use strict'; // The Players view //…
    Lasang
    • 1,369
    • 6
    • 24
    • 44
    3
    votes
    1 answer

    How to provide data to Fuel UX datagrid from Rails?

    I'd like to use the Fuel UX datagrid to display some data I am retrieving from my database. The page is served from a ruby on rails server. The javascript example code for building the data object: var dataSource = new StaticDataSource({ …
    naveed
    • 68
    • 3
    • 7
    2
    votes
    2 answers

    How to validate each step in fuelux wizard using jquery-validate

    How can I validate each step of a fuelux wizard (when clicking next button)? jquery code for the function is like this. $('#myWizard').on('actionclicked.fu.wizard', function (evt, data) { // validation code for the step here. // jquery…
    Spurgeon
    • 148
    • 5
    • 12
    2
    votes
    1 answer

    How to Update Knockout ViewModel when using a Custom Binding

    I'm trying to wire up a spinbox (an input with increment and decrement buttons) to KO, but I'm having some trouble with making sure my ViewModel updates correctly when a user interacts with the control. The specific control I am using is Fuel UX's…
    Ray
    • 1,422
    • 2
    • 21
    • 39
    2
    votes
    1 answer

    FuelUX Pillbox: can't get the selections dropdown working

    I'm using the current (v3.6.3) release of Fuel UX. I'd like to use the Pillbox control (http://getfuelux.com/javascript.html#pillbox). With the code below I can free type new pills into the box but I can't get it to show a dropdown suggestion menu…
    David Williamson
    • 387
    • 1
    • 5
    • 18
    2
    votes
    0 answers

    Reset formvalidation.io validation elements in the form in Fuelux wizard

    I'm using FuelUX wizard along with the validation plugin available on formvalidation.io. I'm trying to reset the form elements so that I could again use the same form and validate as a new fresh form. The form get's clear, but the validation…
    Ck Maurya
    • 2,225
    • 2
    • 17
    • 26
    1
    2
    3
    10 11