dialog.html 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <th:block th:include="include :: header('模态窗口')" />
  5. </head>
  6. <body class="gray-bg">
  7. <div class="wrapper wrapper-content fadeInRight">
  8. <div class="row">
  9. <div class="col-sm-4">
  10. <div class="ibox ">
  11. <div class="ibox-title">
  12. <h5>模态窗口</h5>
  13. </div>
  14. <div class="ibox-content">
  15. <p>创建自定义的RuoYi模态窗口可通过添加<code>.inmodal</code>类来实现。 </p>
  16. <div class="text-center">
  17. <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#myModal">打开示例窗口</button>
  18. </div>
  19. <div class="modal inmodal" id="myModal" tabindex="-1" role="dialog" aria-hidden="true">
  20. <div class="modal-dialog">
  21. <div class="modal-content animated bounceInRight">
  22. <div class="modal-header">
  23. <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">关闭</span>
  24. </button>
  25. <i class="fa fa-laptop modal-icon"></i>
  26. <h4 class="modal-title">窗口标题</h4>
  27. <small class="font-bold">这里可以显示副标题。
  28. </div>
  29. <div class="modal-body">
  30. <p><strong>RuoYi</strong>是一个完全响应式,基于Bootstrap3.3.7最新版本开发的扁平化主题,她采用了主流的左右两栏式布局,使用了Html5+CSS3等现代技术,她提供了诸多的强大的可以重新组合的UI组件,并集成了最新的jQuery版本(v2.1.1),当然,也集成了很多功能强大,用途广泛的jQuery插件,她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA等等,当然,您也可以对她进行深度定制,以做出更强系统。</p>
  31. <div class="form-group">
  32. <label>Email</label>
  33. <input type="email" placeholder="请输入您的Email" class="form-control">
  34. </div>
  35. </div>
  36. <div class="modal-footer">
  37. <button type="button" class="btn btn-white" data-dismiss="modal">关闭</button>
  38. <button type="button" class="btn btn-primary">保存</button>
  39. </div>
  40. </div>
  41. </div>
  42. </div>
  43. </div>
  44. </div>
  45. <div class="ibox float-e-margins">
  46. <div class="ibox-title">
  47. <h5>大小设置</h5>
  48. </div>
  49. <div class="ibox-content">
  50. <p>模态窗口提供两种大小尺寸,可以通过为模态窗口的<code>.modal-dialog</code>添加类来实现 </p>
  51. <div class="text-center">
  52. <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#myModal5">大模态窗口</button>
  53. <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#myModal6">小模态窗口</button>
  54. </div>
  55. <div class="modal inmodal fade" id="myModal5" tabindex="-1" role="dialog" aria-hidden="true">
  56. <div class="modal-dialog modal-lg">
  57. <div class="modal-content">
  58. <div class="modal-header">
  59. <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span>
  60. </button>
  61. <h4 class="modal-title">窗口标题</h4>
  62. <small class="font-bold">这里可以显示副标题。
  63. </div>
  64. <div class="modal-body">
  65. <p><strong>RuoYi</strong>是一个完全响应式,基于Bootstrap3.3.7最新版本开发的扁平化主题,她采用了主流的左右两栏式布局,使用了Html5+CSS3等现代技术,她提供了诸多的强大的可以重新组合的UI组件,并集成了最新的jQuery版本(v2.1.1),当然,也集成了很多功能强大,用途广泛的jQuery插件,她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA等等,当然,您也可以对她进行深度定制,以做出更强系统。</p>
  66. </div>
  67. <div class="modal-footer">
  68. <button type="button" class="btn btn-white" data-dismiss="modal">关闭</button>
  69. <button type="button" class="btn btn-primary">保存</button>
  70. </div>
  71. </div>
  72. </div>
  73. </div>
  74. <div class="modal inmodal fade" id="myModal6" tabindex="-1" role="dialog" aria-hidden="true">
  75. <div class="modal-dialog modal-sm">
  76. <div class="modal-content">
  77. <div class="modal-header">
  78. <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span>
  79. </button>
  80. <h4 class="modal-title">窗口标题</h4>
  81. </div>
  82. <div class="modal-body">
  83. <p><strong>RuoYi</strong>是一个完全响应式,基于Bootstrap3.3.7最新版本开发的扁平化主题,她采用了主流的左右两栏式布局,使用了Html5+CSS3等现代技术,她提供了诸多的强大的可以重新组合的UI组件,并集成了最新的jQuery版本(v2.1.1),当然,也集成了很多功能强大,用途广泛的jQuery插件,她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA等等,当然,您也可以对她进行深度定制,以做出更强系统。</p>
  84. </div>
  85. <div class="modal-footer">
  86. <button type="button" class="btn btn-white" data-dismiss="modal">关闭</button>
  87. <button type="button" class="btn btn-primary">保存</button>
  88. </div>
  89. </div>
  90. </div>
  91. </div>
  92. </div>
  93. </div>
  94. </div>
  95. <div class="col-sm-8">
  96. <div class="ibox ">
  97. <div class="ibox-title">
  98. <h5>动画窗口</h5>
  99. </div>
  100. <div class="ibox-content">
  101. <p>您可以通过为模态窗口的<code>.modal-content</code>添加类来实现动画效果 </p>
  102. <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#myModal2">沿X轴转动</button>
  103. <div class="modal inmodal" id="myModal2" tabindex="-1" role="dialog" aria-hidden="true">
  104. <div class="modal-dialog">
  105. <div class="modal-content animated flipInY">
  106. <div class="modal-header">
  107. <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span>
  108. </button>
  109. <h4 class="modal-title">窗口标题</h4>
  110. <small class="font-bold">这里可以显示副标题。
  111. </div>
  112. <div class="modal-body">
  113. <p><strong>RuoYi</strong>是一个完全响应式,基于Bootstrap3.3.7最新版本开发的扁平化主题,她采用了主流的左右两栏式布局,使用了Html5+CSS3等现代技术,她提供了诸多的强大的可以重新组合的UI组件,并集成了最新的jQuery版本(v2.1.1),当然,也集成了很多功能强大,用途广泛的jQuery插件,她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA等等,当然,您也可以对她进行深度定制,以做出更强系统。</p>
  114. </div>
  115. <div class="modal-footer">
  116. <button type="button" class="btn btn-white" data-dismiss="modal">关闭</button>
  117. <button type="button" class="btn btn-primary">保存</button>
  118. </div>
  119. </div>
  120. </div>
  121. </div>
  122. <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#myModal4">基本动画</button>
  123. <div class="modal inmodal" id="myModal4" tabindex="-1" role="dialog" aria-hidden="true">
  124. <div class="modal-dialog">
  125. <div class="modal-content animated fadeIn">
  126. <div class="modal-header">
  127. <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span>
  128. </button>
  129. <i class="fa fa-clock-o modal-icon"></i>
  130. <h4 class="modal-title">窗口标题</h4>
  131. <small>这里可以显示副标题。
  132. </div>
  133. <div class="modal-body">
  134. <p><strong>RuoYi</strong>是一个完全响应式,基于Bootstrap3.3.7最新版本开发的扁平化主题,她采用了主流的左右两栏式布局,使用了Html5+CSS3等现代技术,她提供了诸多的强大的可以重新组合的UI组件,并集成了最新的jQuery版本(v2.1.1),当然,也集成了很多功能强大,用途广泛的jQuery插件,她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA等等,当然,您也可以对她进行深度定制,以做出更强系统。</p>
  135. </div>
  136. <div class="modal-footer">
  137. <button type="button" class="btn btn-white" data-dismiss="modal">关闭</button>
  138. <button type="button" class="btn btn-primary">保存</button>
  139. </div>
  140. </div>
  141. </div>
  142. </div>
  143. </div>
  144. </div>
  145. <div class="ibox ">
  146. <div class="ibox-title">
  147. <h5>设置选项</h5>
  148. </div>
  149. <div class="ibox-content">
  150. <p>可以通过数据绑定或者Javascript来实现模态窗口的相关功能,如果使用数据绑定,可以为元素添加<code>data-</code>,如<code>data-backdrop=""</code>。</p>
  151. <div class="table-responsive">
  152. <table class="table table-bordered table-striped">
  153. <thead>
  154. <tr>
  155. <th style="width: 100px;">名称</th>
  156. <th style="width: 50px;">类型</th>
  157. <th style="width: 50px;">默认值</th>
  158. <th>说明</th>
  159. </tr>
  160. </thead>
  161. <tbody>
  162. <tr>
  163. <td>backdrop</td>
  164. <td>boolean 或 string <code>'static'</code></td>
  165. <td>true</td>
  166. <td>遮罩层,或使用<code>'static'</code>指定遮罩层与关闭模态窗口不关联</td>
  167. </tr>
  168. <tr>
  169. <td>keyboard</td>
  170. <td>boolean</td>
  171. <td>true</td>
  172. <td>按Esc键时退出模态窗口</td>
  173. </tr>
  174. <tr>
  175. <td>show</td>
  176. <td>boolean</td>
  177. <td>true</td>
  178. <td>初始化完成后显示模态窗口</td>
  179. </tr>
  180. <tr>
  181. <td>remote</td>
  182. <td>path</td>
  183. <td>false</td>
  184. <td>
  185. <p><strong class="text-danger">推荐使用数据绑定方式,或使用
  186. <a href="http://api.jquery.com/load/">jQuery.load</a></p>
  187. <p>远程URL示例:</p>
  188. <div class="highlight">
  189. <pre><code class="language-html" data-lang="html"><span class="nt">&lt;a</span> <span class="na">data-toggle=</span><span class="s">"modal"</span> <span class="na">href=</span><span class="s">"remote.html"</span> <span class="na">data-target=</span><span class="s">"#modal"</span><span class="nt">&gt;</span>Click me<span class="nt">&lt;/a&gt;</span></code></pre>
  190. </div>
  191. </td>
  192. </tr>
  193. </tbody>
  194. </table>
  195. </div>
  196. </div>
  197. </div>
  198. </div>
  199. </div>
  200. </div>
  201. <th:block th:include="include :: footer" />
  202. </body>
  203. </html>