【发布时间】:2018-01-18 03:04:45
【问题描述】:
我见过很多拖放应用程序..如何构建类似的?其中使用了哪些技术?
例如:https://www.webydo.com/ 例如:contentbuilder.js
【问题讨论】:
标签: jquery python content-management-system
我见过很多拖放应用程序..如何构建类似的?其中使用了哪些技术?
例如:https://www.webydo.com/ 例如:contentbuilder.js
【问题讨论】:
标签: jquery python content-management-system
那个小的拖放示例怎么样,可以看到更多,因为你可以看到这个人在做很好的拖放表See this guy Example drag and Drop on table for Mini 现在看看我的小提琴这个构建表就像拖动和移动该部分它将在后台构建它,您可以稍后下载希望这会有所帮助我试图帮助谢谢 fiddle Table
我发这个只是为了帮助
data-content="
<form class='form'>
<div class='form-group col-md-12'>
<label class='control-label'>Label Text</label> <input class='form-control' type='text' name='label' id='label'>
<label class='control-label'>Placeholder</label> <input type='text' name='placeholder' id='placeholder' class='form-control'>
<label class='control-label'>Help Text</label> <input type='text' name='help' id='help' class='form-control'>
<hr/>
<button class='btn btn-info'>Save</button><button class='btn btn-danger'>Cancel</button>
</div>
</form>" data-html="true">
【讨论】: