Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Drag n Drop for Twitter bootstrap 2.0?

I found this slick drag n drop page for Twitter Boostrap. Is this using GWT or purely twitter bootstrap? Does anyone know if there is a plugin to allow drag n drop functionality with Twitter Bootstrap 2.0?

Thanks

like image 897
user1216398 Avatar asked Mar 06 '12 19:03

user1216398


People also ask

Does Bootstrap support drag and drop?

Bootstrap Studio is a powerful desktop app for designing and prototyping websites. It comes with a large number of built-in components, which you can drag and drop to assemble responsive web pages.

Is Bootstrap still owned by Twitter?

It was renamed from Twitter Blueprint to Bootstrap and released as an open-source project on August 19, 2011. It has continued to be maintained by Otto, Thornton, a small group of core developers, and a large community of contributors.

Is Twitter, Bootstrap the same as Bootstrap?

There's no difference. Twitter Bootstrap was the official name for version 1.0 (Twitter Bootstrap). Later the name has been shortened.


2 Answers

Bootstrap is essentially just a stylesheet with some javascript modules included in the download. There's no reason existing drag and drop functionality can't also be used on a page that includes the Bootstrap styles.

like image 186
Quasipickle Avatar answered Sep 19 '22 16:09

Quasipickle


You can do a build of jQuery UI that is limited to the drag-drop functionality, and, at least with Bootstrap 3 (where I have done this) it is able to coexist.

like image 31
Morris Singer Avatar answered Sep 19 '22 16:09

Morris Singer