Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Stanislav 7 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Creating sliders has errors #94226

    BrentH
    Participant

    When I try to create a slider control:

    $('.layerSlider2').jqxSlider({ theme: 'ui-smoothness', min: 0, max: 100, value: 100, step: 5, showButtons: false, showTicks: false, width: 27, height: 18 });

    It crashes on the line in jqxslider.js:

                            that._helpers['element'].sizeChanged(function () {
                                $(that._leftButton).jqxRepeatButton({ template: that.template, theme: that.theme, delay: 50, width: that.sliderButtonSize, height: that.sliderButtonSize });
                                $(that._rightButton).jqxRepeatButton({ template: that.template, theme: that.theme, delay: 50, width: that.sliderButtonSize, height: that.sliderButtonSize });
                                that.render();
                            });

    The error message is: Object doesn’t support property or method ‘sizeChanged’.

    Please tell me how to fix it. I have the source, I just need to know why sizeChanged was never initialized and how to initialize it.

    Thanks
    Brent

    Creating sliders has errors #94245

    Stanislav
    Participant

    Hello Brent,

    We tried to re-create the problem you seem to be having, but we couldn’t. Can you please provide us with a fiddle with the exact problem you are having.

    Also, i would like to remind you that sharing our source code is in violation of our EULA terms.

    Best Regards,
    Stanislav

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.