home.js 305 B

1234567891011121314
  1. define({
  2. center: {
  3. items: [[
  4. '<h1>YvanUI 详细文档,见下</h1>',
  5. {
  6. xtype: 'button', text: '文档', onClick: function () {
  7. window.open(
  8. 'http://note.youdao.com/noteshare?id=d87eac8d929125c28cba30e64ea99e43'
  9. );
  10. }
  11. }
  12. ]]
  13. }
  14. });