windy 6 years ago
parent
commit
7bad4e179c
  1. 5
      demo/js/base/button/demo.button.js
  2. 4
      demo/js/core/layout/demo.center_adapt.js
  3. 2
      dist/bundle.ie.min.js
  4. 2
      dist/bundle.min.js
  5. 9
      dist/demo.js
  6. 2
      dist/fineui.ie.min.js
  7. 2
      dist/fineui.min.js
  8. 2
      dist/utils.min.js

5
demo/js/base/button/demo.button.js

@ -8,10 +8,7 @@ Demo.Button = BI.inherit(BI.Widget, {
type: "bi.button", type: "bi.button",
text: "一般按钮", text: "一般按钮",
level: "common", level: "common",
height: 30, height: 30
handler: function () {
BI.Msg.toast("aaaaaaaaaaaaa");
}
} }
}, { }, {
el: { el: {

4
demo/js/core/layout/demo.center_adapt.js

@ -4,9 +4,7 @@ Demo.CenterAdapt = BI.inherit(BI.Widget, {
}, },
render: function () { render: function () {
return { return {
type: "bi.horizontal", type: "bi.center_adapt",
verticalAlign: BI.VerticalAlign.Middle,
horizontalAlign: BI.HorizontalAlign.Center,
items: [{ items: [{
type: "bi.label", type: "bi.label",
text: "水平垂直居中", text: "水平垂直居中",

2
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

9
dist/demo.js vendored

@ -30,10 +30,7 @@ $(function () {
type: "bi.button", type: "bi.button",
text: "一般按钮", text: "一般按钮",
level: "common", level: "common",
height: 30, height: 30
handler: function () {
BI.Msg.toast("aaaaaaaaaaaaa");
}
} }
}, { }, {
el: { el: {
@ -5593,9 +5590,7 @@ BI.shortcut("demo.border", Demo.BorderLayout);Demo.CenterAdapt = BI.inherit(BI.W
}, },
render: function () { render: function () {
return { return {
type: "bi.horizontal", type: "bi.center_adapt",
verticalAlign: BI.VerticalAlign.Middle,
horizontalAlign: BI.HorizontalAlign.Center,
items: [{ items: [{
type: "bi.label", type: "bi.label",
text: "水平垂直居中", text: "水平垂直居中",

2
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save