📄 f1.js
字号:
Class('App.tech_form_f1', 'linb.Com',{ Instance:{ iniComponents:function(){ // [[code created by jsLinb UI Builder var host=this, children=[], append=function(child){children.push(child.get(0))}; append((new linb.UI.Group) .host(host,"group1") .setLeft(60) .setTop(40) .setWidth(500) .setCaption("mask input") ); host.group1.append((new linb.UI.Div) .host(host,"div14") .setLeft(233) .setTop(19) .setWidth(90) .setHeight(20) .setHtml("(111) 111-1111") ); host.group1.append((new linb.UI.Div) .host(host,"div13") .setLeft(20) .setTop(19) .setWidth(80) .setHeight(20) .setHtml("11/11/1111") ); host.group1.append((new linb.UI.Div) .host(host,"div15") .setLeft(20) .setTop(50) .setWidth(80) .setHeight(20) .setHtml("~1.11") ); host.group1.append((new linb.UI.Div) .host(host,"div16") .setLeft(250) .setTop(50) .setWidth(80) .setHeight(20) .setHtml("(111) a-a *$*") ); host.group1.append((new linb.UI.Input) .host(host,"iMask") .setLeft(100) .setTop(19) .setMask("11/11/1111") .setTabindex("17") ); host.group1.append((new linb.UI.Input) .host(host,"input18") .setLeft(330) .setTop(19) .setMask("(111) 111-1111") .setTabindex("18") ); host.group1.append((new linb.UI.Input) .host(host,"input19") .setLeft(100) .setTop(50) .setMask("~1.11") .setTabindex("19") ); host.group1.append((new linb.UI.Input) .host(host,"input20") .setLeft(330) .setTop(50) .setMask("(111) a-a *$*") .setTabindex("20") ); return children; // ]]code created by jsLinb UI Builder } }});
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -