jQWidgets Forums

jQuery UI Widgets Forums Getting Started Knockout Integration

Tagged: 

This topic contains 4 replies, has 2 voices, and was last updated by  robertjohnson 11 years, 5 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • Knockout Integration #29205

    robertjohnson
    Participant

    1)How can we assign values for these control’s properties using knockout data bind
    jqxGrid selectedrowindex,selectedrowindexes
    jqxCheckBox Source,Locked
    jqxComboBox displayMember,valueMember,selectItem ,unselectItem,clearSelection
    jqxDropDownList select,val,Display, displayMember,valueMember
    jqxListBox displayMember,valueMember,enableSelection,val
    jqxRadioButton Source
    jqxNumberInput min,max
    jqxProgressBar min,max

    2)How can we set disabled state for jqxButton ?
    3)Is there a way to set the jqxTooltip content using Knockout ?
    4)How can we change an observerable when we change the jqxDropDownList?

    Knockout Integration #29213

    Peter Stoev
    Keymaster

    Hi robertjohnson,

    All of the supported Observable properties are explained in this help topic: knockoutjs.htm. Any other not documented properties/methods are not observable and can be set only during the widget’s initialization.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Knockout Integration #29304

    robertjohnson
    Participant

    Hi Peter,

    Can you send me the code lines for setting Min and Max property of jqxNumberInput during widget’s initialization .

    Regards,
    Robert

    Knockout Integration #29312

    Peter Stoev
    Keymaster

    Hi Robert,

    I cannot send you such example, because min and max are not observable settings.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Knockout Integration #29470

    robertjohnson
    Participant

    Hi Peter,

    Is it possible to change an observerable when we change the jqxDropDownList ? Is it achievable using Custom Binding “ko.bindingHandlers” .

    Regards,
    Robert

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

You must be logged in to reply to this topic.