• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

jQuery in CFWINDOW

Engaged ,
Jul 26, 2013 Jul 26, 2013

Copy link to clipboard

Copied

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,

Views

1.0K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Engaged , Jul 26, 2013 Jul 26, 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!

Votes

Translate

Translate
Engaged ,
Jul 26, 2013 Jul 26, 2013

Copy link to clipboard

Copied

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

http://jqueryui.com/dialog/

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jul 26, 2013 Jul 26, 2013

Copy link to clipboard

Copied

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,

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jul 26, 2013 Jul 26, 2013

Copy link to clipboard

Copied

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!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jul 26, 2013 Jul 26, 2013

Copy link to clipboard

Copied

LATEST

Thanks a million for helping and information,

Regards,

iccsi,

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation