jQuery UI Widgets Forums Scheduler Adding a dropdown list

This topic contains 3 replies, has 3 voices, and was last updated by  Martin 5 years, 3 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Adding a dropdown list #103414

    colemullen
    Participant

    I have read a few other posts similar to this but I cant seem to get things working correctly. I can see the dropdown list field in the edit dialog box, but it is grayed out, and not functional. I have not used js/jquery in over a year so I am a little rusty.

    This is the code I used to get this far.

    var dpField = ''
     dpField += "<div>"
     dpField += "<div class='jqx-scheduler-edit-dialog-label'>Test</div>"
     dpField += "<div class='jqx-scheduler-edit-dialog-field'><input type='text' id='list' /></div>"
     dpField += "</div>"
    
     $("#list").jqxDropDownList({selectedIndex: 1, source: 'source1', height: 25 });
    
    Adding a dropdown list #103460

    Martin
    Participant

    Hello colemullen,

    I would suggest you to see the approach in the following Example.
    The dropdown list field is created in the editDialogCreate callback.

    Best Regards,
    Martin

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

    Adding a dropdown list #105223

    Lucky_1110
    Participant

    How to add textarea instead of color field in angular?

    Adding a dropdown list #105298

    Martin
    Participant

    Hello Lucky_1110,

    Please, look at the following Example.

    Best Regards,
    Martin

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

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

You must be logged in to reply to this topic.