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

jQuery in CFWINDOW

Engaged ,
Jul 26, 2013 Jul 26, 2013

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,

1.1K
Translate
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!

Translate
Engaged ,
Jul 26, 2013 Jul 26, 2013

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

http://jqueryui.com/dialog/

Translate
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

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,

Translate
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

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!

Translate
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
LATEST

Thanks a million for helping and information,

Regards,

iccsi,

Translate
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