-
-- bower安装
bower install fineui
-
-- 第一个demo
-
+ 第一个demo
<html>
-<head>
- <meta charset="utf-8">
- <title></title>
- <link rel="stylesheet" type="text/css" href="bower_components/dist/bundle.css" />
- <script src="bower_components/dist/bundle.js"></script>
-</head>
-
-<body>
- <script>
- $(function(){
- BI.createWidget({
- type:"bi.absolute",
- element: "body",
- items: [{
- el:{
- type: "bi.button",
- text: "这是一个按钮"
- },
- left: 100,
- top: 100
- }]
+ <head>
+ <meta charset="utf-8">
+ <title></title>
+ <link rel="stylesheet" type="text/css" href="https://fanruan.coding.me/fineui/dist/bundle.min.css" />
+ <script src="https://coding.net/u/fanruan/p/fineui/git/raw/master/dist/bundle.min.js"></script>
+ </head>
+ <body>
+ <script>
+ $(function(){
+ BI.createWidget({
+ type:"bi.absolute",
+ element: "body",
+ items: [{
+ el:{
+ type: "bi.button",
+ text: "这是一个按钮"
+ },
+ left: 100,
+ top: 100
+ }]
+ })
})
- })
- </script>
-</body>
-
+ </script>
+ </body>
</html>
+源码集成配置
+http://www.finedevelop.com/pages/viewpage.action?pageId=16056735
+源码集成Demo
+BI的组件就是集成的fineui进行开发的
+https://coding.net/u/fanruan/p/bi-components/
@@ -2507,7 +2506,7 @@
@@ -2529,10 +2528,6 @@
-
-
-
-
diff --git a/docs/_book/base/bubble.html b/docs/_book/base/bubble.html
index c3e7a1056f..f00ad2a05c 100644
--- a/docs/_book/base/bubble.html
+++ b/docs/_book/base/bubble.html
@@ -2541,7 +2541,7 @@ BI.createWidget({
@@ -2563,10 +2563,6 @@ BI.createWidget({
-
-
-
-
diff --git a/docs/_book/base/button/button.html b/docs/_book/base/button/button.html
index 1625c9cb10..b0a100ecd3 100644
--- a/docs/_book/base/button/button.html
+++ b/docs/_book/base/button/button.html
@@ -2714,7 +2714,7 @@ BI.createWidget({
@@ -2736,10 +2736,6 @@ BI.createWidget({
-
-
-
-
diff --git a/docs/_book/base/button/icon_button.html b/docs/_book/base/button/icon_button.html
index 0e55e455ab..d8f619bd77 100644
--- a/docs/_book/base/button/icon_button.html
+++ b/docs/_book/base/button/icon_button.html
@@ -2533,7 +2533,7 @@ BI.createWidget({
@@ -2555,10 +2555,6 @@ BI.createWidget({
-
-
-
-
diff --git a/docs/_book/base/button/image_button.html b/docs/_book/base/button/image_button.html
index 86de6718da..22d19b6421 100644
--- a/docs/_book/base/button/image_button.html
+++ b/docs/_book/base/button/image_button.html
@@ -2578,7 +2578,7 @@ BI.createWidget({
@@ -2600,10 +2600,6 @@ BI.createWidget({
-
-
-
-
diff --git a/docs/_book/base/button/text_button.html b/docs/_book/base/button/text_button.html
index 9ad22c030a..a36630bf3f 100644
--- a/docs/_book/base/button/text_button.html
+++ b/docs/_book/base/button/text_button.html
@@ -2637,7 +2637,7 @@ BI.createWidget({
@@ -2659,10 +2659,6 @@ BI.createWidget({
-
-
-
-
diff --git a/docs/_book/base/canvas.html b/docs/_book/base/canvas.html
index 5765aca0e2..e6345cd448 100644
--- a/docs/_book/base/canvas.html
+++ b/docs/_book/base/canvas.html
@@ -2540,7 +2540,7 @@ canvas.stroke();
@@ -2562,10 +2562,6 @@ canvas.stroke();
-
-
-
-
diff --git a/docs/_book/base/editor/code_editor.html b/docs/_book/base/editor/code_editor.html
index 031316505a..0d174918da 100644
--- a/docs/_book/base/editor/code_editor.html
+++ b/docs/_book/base/editor/code_editor.html
@@ -2594,7 +2594,7 @@ BI.createWidget({
@@ -2616,10 +2616,6 @@ BI.createWidget({
-
-
-
-
diff --git a/docs/_book/base/editor/editor.html b/docs/_book/base/editor/editor.html
index 5ea3eabb9e..2865cfe57a 100644
--- a/docs/_book/base/editor/editor.html
+++ b/docs/_book/base/editor/editor.html
@@ -2768,7 +2768,7 @@ BI.createWidget({
@@ -2790,10 +2790,6 @@ BI.createWidget({
-
-
-
-
diff --git a/docs/_book/base/editor/formula_editor.html b/docs/_book/base/editor/formula_editor.html
index 76f5aa1cfa..ce548d3f0d 100644
--- a/docs/_book/base/editor/formula_editor.html
+++ b/docs/_book/base/editor/formula_editor.html
@@ -2619,7 +2619,7 @@ BI.createWidget({
@@ -2641,10 +2641,6 @@ BI.createWidget({
-
-
-
-
diff --git a/docs/_book/base/editor/multifile_editor.html b/docs/_book/base/editor/multifile_editor.html
index a3e2abdb64..ca5d4624a6 100644
--- a/docs/_book/base/editor/multifile_editor.html
+++ b/docs/_book/base/editor/multifile_editor.html
@@ -2584,7 +2584,7 @@ BI.createWidget({
@@ -2606,10 +2606,6 @@ BI.createWidget({
-
-
-
-
diff --git a/docs/_book/base/editor/textarea_editor.html b/docs/_book/base/editor/textarea_editor.html
index b56b9acfac..d683a6f144 100644
--- a/docs/_book/base/editor/textarea_editor.html
+++ b/docs/_book/base/editor/textarea_editor.html
@@ -2550,7 +2550,7 @@ BI.createWidget({
@@ -2572,10 +2572,6 @@ BI.createWidget({
-
-
-
-
diff --git a/docs/_book/base/label.html b/docs/_book/base/label.html
index 9cb68d958f..1b5c7cdf63 100644
--- a/docs/_book/base/label.html
+++ b/docs/_book/base/label.html
@@ -2688,7 +2688,7 @@ BI.createWidget({
@@ -2710,10 +2710,6 @@ BI.createWidget({
-
-
-
-
diff --git a/docs/_book/base/message.html b/docs/_book/base/message.html
index f2a5786b5c..789fcef5e6 100644
--- a/docs/_book/base/message.html
+++ b/docs/_book/base/message.html
@@ -2523,7 +2523,7 @@ BI.createWidget({
@@ -2545,10 +2545,6 @@ BI.createWidget({
-
-
-
-
diff --git a/docs/_book/base/pager.html b/docs/_book/base/pager.html
index 56b1631a6f..aff1361778 100644
--- a/docs/_book/base/pager.html
+++ b/docs/_book/base/pager.html
@@ -2677,7 +2677,7 @@ BI.createWidget({
@@ -2699,10 +2699,6 @@ BI.createWidget({
-
-
-
-
diff --git a/docs/_book/base/svg.html b/docs/_book/base/svg.html
index 986adca022..ea0420e595 100644
--- a/docs/_book/base/svg.html
+++ b/docs/_book/base/svg.html
@@ -2597,7 +2597,7 @@ svg.path(