jQWidgets Forums

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Copy and Paste Copy and Paste #56303

    jerrygable
    Participant

    If I change it to the format I am using it doesn’t work in the fiddle. Pasting in text also causes problems

    $(“#jqxNumberInput”).jqxNumberInput({
    width: ‘100px’,
    height: ’25px’,
    min: -90.000,
    max: 90.000,
    decimal: 33.434,
    decimalDigits: 4,
    inputMode: ‘simple’,
    theme: ‘energyblue’
    });
    $(“#jqxNumberInput2”).jqxNumberInput({
    width: ‘100px’,
    height: ’25px’,
    min: -180.000,
    max: 180.000,
    decimal: -112.012,
    decimalDigits: 4,
    inputMode: ‘simple’,
    theme: ‘energyblue’
    });

Viewing 1 post (of 1 total)