axjx工具代码给大家交流

源代码在线查看: div.js

软件大小: 6468 K
上传用户: KuFly
关键词: axjx 代码 交流
下载地址: 免注册下载 普通下载 VIP

相关代码

				 Class('App.linb_UI_Div', 'linb.Com',{				    Instance:{				        base:["linb.UI"], 				        required:["linb.UI.Div"], 				        iniComponents:function(){				            // [[code created by jsLinb UI Builder				            var host=this, children=[], append=function(child){children.push(child.get(0))};				            				            append((new linb.UI.Div)				                .host(host,"div1")				                .setLeft(60)				                .setTop(40)				                .setHtml("text string")				            );				            				            append((new linb.UI.Div)				                .host(host,"div2")				                .setLeft(190)				                .setTop(40)				                .setHtml("html string")				                .onShowTips("_showtips")				                .setCustomStyle({"KEY":"background:#00ff00;border:solid 1px #888"})				            );				            				            append((new linb.UI.Div)				                .host(host,"div3")				                .setLeft(320)				                .setTop(40)				                .setRenderer(function(data, uidata){				                    uidata.html='[rederer]';				                })				            );				            				            return children;				            // ]]code created by jsLinb UI Builder				        },				        _showtips:function(profile, node, pos){				            linb.Tips.show(pos, 'div tips');				            return true;				        }				    }				});			

相关资源