• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Need Input on Drag and Drop Feature feasibility in - Groovy on grails

 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Am newbie to Groovy on grails.

Can any one let me know the feasibility of the below requirement,


Application containing drag and drop features.. i.e.,

The drag and drop of the components like Button, Check-box, radio..etc (All form elements) --> PANE 1

into the different pane or window --> PANE 2

and need to identify the element dropped in the PANE2


Please let me know, What the features i should implement to design the above mentioned requirement?

 
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Drag and Drop feature is mostly client centric and you would have to explore such possibilities using jQuery or other Javascript frameworks. You can always use any backend framework (grails or others) if at all required.
 
Vicky Vijay
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mohamed,

Thanks for your response.


Can you suggest a few javascript framework to implement this ?
 
Mohamed Sanaulla
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have never tried this, but jQuery is quite popular, but you can find lot of them like YUI, Dojo and others. We do have a javascript related forum, if I have understood your requirement correctly and your requirement mostly deals with drag and drop on the webpage and not specific to Grails, then I can move this post there for you. (But please avoid reposting the same query).
 
reply
    Bookmark Topic Watch Topic
  • New Topic