拖放模板编辑,文本图像和保存

问题描述:

我见过很多拖放应用程序..如何构建类似的?那是什么技术?拖放模板编辑,文本图像和保存

例如:https://www.webydo.com/ 例如:contentbuilder.js

+1

请按照https://*.com/help/how-to-ask – Shiladitya

怎么样小拖放例如看到更多,你可以看到有这个家伙做漂亮的拖放表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">