当前位置: 首页 > 工具软件 > jsLINB > 使用案例 >

jslinb笔记

田易安
2023-12-01

首先

linb.main(function(){

  代码。。。。

})

创建控件

例:创建button控件

1.var drg= new linb.UI.Button();

  drg.setCaption('Click Me')

  .setType('status')

  .setShadow(true)

  .show();

   .......

运行时触发函数:

  _.asyRun(function(){

    drg.setCaption('xx')

    .setHeight(80)  

  },1000)

转载于:https://www.cnblogs.com/webhotel/archive/2010/09/21/1832309.html

 类似资料: