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

📄 fieldset.js

📁 国内开发的javascript框架应用。龙博javascript。
💻 JS
字号:
Class('App.linb_UI_Fieldset', 'linb.Com',{    Instance:{        //base Class for linb.Com        base:["linb.UI"],        //requried class for the App        required:["linb.UI.Group","linb.UI.Button","linb.UI.Input","linb.UI.Pane"],        iniComponents:function(){            // [[code created by jsLinb UI Builder            var host = this,                children = [],                append = function(child){                    children.push(child.get(0))                };                        append((new linb.UI.Pane)                .host(host,"panel3")                .setLeft(40)                .setTop(60)                .setWidth(260)                .setHeight(130)            );                        host.panel3.append((new linb.UI.Group)                .host(host,"fieldset1")                .setWidth("auto")                .setHeight("auto")                .setZIndex(1)                .setPosition("relative")                .setCaption("fieldset1")            );                        host.fieldset1.append((new linb.UI.Pane)                .host(host,"panel12")                .setLeft(10)                .setWidth(230)                .setHeight(90)                .setPosition("relative")            );                        host.panel12.append((new linb.UI.Button)                .host(host,"button14")                .setLeft(30)                .setTop(30)                .setCaption("button14")            );                        append((new linb.UI.Pane)                .host(host,"panel9")                .setLeft(340)                .setTop(60)                .setWidth(260)                .setHeight(130)            );                        host.panel9.append((new linb.UI.Group)                .host(host,"fieldset3")                .setWidth("auto")                .setHeight("auto")                .setZIndex(1)                .setPosition("relative")                .setCaption("fieldset1")                .setExpend(false)            );                        host.fieldset3.append((new linb.UI.Pane)                .host(host,"panel10")                .setLeft(10)                .setWidth(230)                .setHeight(90)                .setPosition("relative")            );                        host.panel10.append((new linb.UI.Button)                .host(host,"button11")                .setLeft(30)                .setTop(30)                .setCaption("button14")            );                        return children;            // ]]code created by jsLinb UI Builder        }    }});

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -