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,
row: 0,
el: {
type: "bi.vertical",
cls: "face-config",
items: [this._createBaseConfig(),
this._createCommonConfig()]
type: "demo.preview",
cls: "face-config"
}
}, {
column: 1,
row: 0,
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,
row: 0,
el: {
type: "bi.vertical",
cls: "face-config",
items: [this._createBaseConfig(),
this._createCommonConfig()]
type: "demo.preview",
cls: "face-config"
}
}, {
column: 1,
row: 0,
el: {
type: "demo.preview"
type: "bi.vertical",
items: [this._createBaseConfig(),
this._createCommonConfig()]
}
}]]
}

Loading…
Cancel
Save