-
-- 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 c3e7a1056..f00ad2a05 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 1625c9cb1..b0a100ecd 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 0e55e455a..d8f619bd7 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 86de6718d..22d19b642 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 9ad22c030..a36630bf3 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 5765aca0e..e6345cd44 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 031316505..0d174918d 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 5ea3eabb9..2865cfe57 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 76f5aa1cf..ce548d3f0 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 a3e2abdb6..ca5d4624a 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 b56b9acfa..d683a6f14 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 9cb68d958..1b5c7cdf6 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 f2a5786b5..789fcef5e 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 56b1631a6..aff136177 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 986adca02..ea0420e59 100644
--- a/docs/_book/base/svg.html
+++ b/docs/_book/base/svg.html
@@ -2597,7 +2597,7 @@ svg.path(