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

CF10 and Drag and Drop

New Here ,
Oct 22, 2013 Oct 22, 2013

Copy link to clipboard

Copied

Does CF10 support HTML5 drag and drop? 

Specifically, I've seen sites where you can drag/drop elements from one listbox to another.  Can this be emulated/done in CF10? 

Thanks! 

Views

458

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
Enthusiast ,
Oct 22, 2013 Oct 22, 2013

Copy link to clipboard

Copied

Not to my knowledge, you need client-side JavaScript, perhaps using a library like jQuery (which does D&D).

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
Enthusiast ,
Oct 22, 2013 Oct 22, 2013

Copy link to clipboard

Copied

LATEST

I'm with tribute on this one.

Drag and drop is not a server-side function.  The server handles a request and then returns data to the user.  It can dynamically generate the content presented to the user, but then if the user is going to perform any action without sending more data to the server, ColdFusion has no part in it.

jQuery is a JavaScript framework that allows for DOM manipulation, a feature of which would include drag & drop.

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