提交 282d241d 编写于 作者: C Catouse

+ add bootbox document.

上级 611401a2
......@@ -678,24 +678,24 @@
"id": "modal",
"icon": "icon-check-empty",
"desc": "浮动在页面之上的对话框",
"name": "模态框",
"name": "对话框",
"topics": [{
"name": "实例"
}, {
"name": "如何使用"
}],
"filter": "motaikuang mtk"
"filter": "dhk mtk duihuakuang motaikuang"
}, {
"id": "modaltrigger",
"icon": "icon-signout",
"desc": "动态展示模态框",
"name": "模态框触发器",
"desc": "动态展示对话框",
"name": "对话框触发器",
"topics": [{
"name": "实例"
}, {
"name": "如何使用"
}],
"filter": "motaikuangchufaqi mtkcfq"
"filter": "duihuakuangchufaqi dhkcfq motaikuang mtk"
}, {
"id": "dropdown",
"icon": "icon-align-justify",
......@@ -842,6 +842,13 @@
"name": "拖放",
"topics": [],
"filter": "tuofang tf"
}, {
"id": "bootbox",
"icon": "icon-question-sign",
"desc": "警告、确认和内容编辑模态框",
"name": "模态对话框 (Bootbox)",
"topics": [],
"filter": "motaiduihuakuang mtdhk"
}, {
"id": "scrollspy",
"icon": "icon-link",
......
<article>
<p>Bootbox用来替代系统内置对话框,并于<a href="#javascript/modal">模态框</a>保持一致的外观。</p>
<p>具体用法请参考<a href="http://bootboxjs.com/#" target="_blank">官方网站</a></p>
</article>
......@@ -860,7 +860,7 @@
"require": ["jquery"]
},
"bootbox": {
"name": "模态消息",
"name": "模态对话框",
"src": {
"less": ["~/modules/modals.bootbox.less"],
"js": ["~/bootbox.js"]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册