Open HallofFamer opened 11 years ago
There is a functionality in Cjax that allows to drag and drop, ( try $ajax->drag('container_id'); however it hasn't been fully tested or implemented, and is rather has been there for a long time, so there are no guarantees this will work at all, however it is something we may adopt to fully consider in the future, thanks for your suggestion.
In addition, worth to mention that if you know JavaScript, you could build a Cjax plugin to easily implement such functionality, in fact this is what the plugin system is for, to add extra stuff such as this.
I am also considering maybe, releasing plugins along with the release package, that way people could have easy access to additional functionality. Just like drupal does it.
Oh cool, I will experiment with it and see how it works. I definitely love to see it being implemented, this way we can make lots of amazing things. XD
I know some basic Javascript, but not AJAX. Are you saying that event-driven javascript is enough? I cannot integrate javascript with PHP though, I am extremely bad when using two languages together, usually completely lost lol.
Anyway I thank you for such an amazing work, I check on this site every few days.
Cjax provides the framework for building plugins, all you have to know is basic JavaScript (or you can implement existing Javascritp scripts that you find online), in addition Cjax provides some handy JavaScript Methods that can be used within the a plugins. Is sort of like.. CodeIgniter but for Ajax. It does all the work, API, data processing for you, etc. There is some documentation for plugins, and there are some sample plugins available. I will be adding more resources for this in the future to make it crystal clear for it works, although there already some good resources.
The best way you can thank me is by leaving a review on here: (http://sourceforge.net/projects/cjax/reviews) click where it says, write review.
Hi there, I wonder if Drag and Drop AJAX support will be considered added to CJAX in near future. I know it is not a small/easy thing to ask, but still curious. Thx.