guy 7 years ago
parent
commit
85b2a583e6
  1. 10
      demo/js/face.js
  2. 10
      docs/demo.js

10
demo/js/face.js

@ -320,16 +320,16 @@ Demo.Face = BI.inherit(BI.Widget, {
column: 0, column: 0,
row: 0, row: 0,
el: { el: {
type: "bi.vertical", type: "demo.preview",
cls: "face-config", cls: "face-config"
items: [this._createBaseConfig(),
this._createCommonConfig()]
} }
}, { }, {
column: 1, column: 1,
row: 0, row: 0,
el: { el: {
type: "demo.preview" type: "bi.vertical",
items: [this._createBaseConfig(),
this._createCommonConfig()]
} }
}]] }]]
} }

10
docs/demo.js

@ -4840,16 +4840,16 @@ BI.shortcut("demo.vtape", Demo.VtapeLayout);Demo.Face = BI.inherit(BI.Widget, {
column: 0, column: 0,
row: 0, row: 0,
el: { el: {
type: "bi.vertical", type: "demo.preview",
cls: "face-config", cls: "face-config"
items: [this._createBaseConfig(),
this._createCommonConfig()]
} }
}, { }, {
column: 1, column: 1,
row: 0, row: 0,
el: { el: {
type: "demo.preview" type: "bi.vertical",
items: [this._createBaseConfig(),
this._createCommonConfig()]
} }
}]] }]]
} }

Loading…
Cancel
Save