Skip to main content
Inspiring
July 26, 2013
Answered

jQuery in CFWINDOW

  • July 26, 2013
  • 1 reply
  • 1220 views

I have jQuery DatePicker and TimePicker which works in the form.

jQuery DatePicker and TimePicker do not show in CFWINDOW.

I did Google and see some discussion, but no luck,

I would like to know any work around to have make jQuery DatePicker and TimePicker works in CFWINDOW,

Your help and information is great appreciated,

Regards,

Iccsi,

    This topic has been closed for replies.
    Correct answer p_sim

    Did you take a look the examples on the web site? You can also create a form inside the dialog.

    http://jqueryui.com/dialog/#modal-form

    Anyway, if I were I would not use any built-in UI related tags from ColdFusion. I have had bitter experience such as slow performance and lack of compatibility between CF versions. The later one would cause more works in the future.

    Good luck!

    1 reply

    p_sim
    Participating Frequently
    July 27, 2013

    Why don't you use jQuery Dialog to achieve the same thing instead of using cfwindow?

    http://jqueryui.com/dialog/

    iccsiAuthor
    Inspiring
    July 27, 2013

    Thanks for the information and help,

    Dialog is a good idea to show some informaiton or message to the users.

    I need to use CFWINDOW, because I have contorls on the form like DatePicker, TimePicker, Select to let user enter information,

    Thanks again for helping,

    Regards,

    Iccsi,

    p_sim
    p_simCorrect answer
    Participating Frequently
    July 27, 2013

    Did you take a look the examples on the web site? You can also create a form inside the dialog.

    http://jqueryui.com/dialog/#modal-form

    Anyway, if I were I would not use any built-in UI related tags from ColdFusion. I have had bitter experience such as slow performance and lack of compatibility between CF versions. The later one would cause more works in the future.

    Good luck!