jQWidgets Forums

jQuery UI Widgets Forums React Source property of jqxComboBox

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 6 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Source property of jqxComboBox #104917

    paal
    Participant

    Hello,
    in the demo “Default Functionality” of jqxComboBox for REACT we can found “source” property of the object state.
    in the following code

    this.state = {    source: this.generateHTML()   }
      .....
    <JqxComboBox  width={250} height={25}  source={this.state.source} selectedIndex={0} /> 
    .....
                source[i] = { html, title };

    source object contains to fileds : html and title.
    Question : Where I can get full list (structure) of fileds for source property of jqxComboBox and their meaning.
    thanks

    Source property of jqxComboBox #105004

    Hristo
    Participant

    Hello paal,

    The jqxComboBox inherit the jqxListBox and the items available for it are also available for it.
    Unfortunately, we do not have suitable documentation for this.
    I would like to suggest you look at this example.
    In this example you could find available and used options for jqxComboBox.
    It is an jQuery example but you could try to use these options.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.