?? cf.js
字號:
Class('App.tech_UI_cf', 'linb.Com',{ Instance:{ _button21_onclick:function (profile, e, value) { if(profile.CF.click){ _.tryF(profile.CF.click); }else linb.message('click fired in normal onclick event') }, iniComponents:function(){ // [[code created by jsLinb UI Builder var host=this, children=[], append=function(child){children.push(child.get(0))}; append((new linb.UI.Button) .host(host,"button21") .setLeft(110) .setTop(100) .setCaption("button21") .onClick("_button21_onclick") ); append((new linb.UI.Button) .host(host,"button24") .setLeft(270) .setTop(100) .setCaption("button21") .onClick("_button21_onclick") .setCustomFunction({"click":function () { linb.message("click fired in Custom Functions"); }}) ); return children; // ]]code created by jsLinb UI Builder } }});
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -