⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cf.js

📁 axjx工具代码给大家交流
💻 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 + -