gitana / alpaca

Alpaca provides the easiest way to generate interactive HTML5 forms for web and mobile applications. It uses JSON Schema and simple Handlebars templates to generate great looking, dynamic user interfaces on top of Twitter Bootstrap, jQuery UI, jQuery Mobile and HTML5.
http://www.alpacajs.org
Other
1.29k stars 371 forks source link

Drag and drop for array items #685

Closed ml2439 closed 5 years ago

ml2439 commented 5 years ago

Added a property for array options: dragAndDrop If dragAndDrop is true, users can drag and drop items in the same array. Actionbar will be hidden, and instead two buttons will show up on the right side of each array item. They are the move button and the remove button respectively.

Fixed styling for array items when actionbar is on the right or left.

Updated the setup file for jekyll-bootstrap to fix a problem when parsing ASSET_PATH.

Updated testem configs for it to work properly.

uzquiano commented 5 years ago

Does this include Alpaca web site updates with samples?