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

📄 stackgroup.js

📁 加密算法,基于MVC模式开发的!希望大家指正
💻 JS
字号:
/*
 * Copyright (c) 2001-2007, TIBCO Software Inc.
 * Use, modification, and distribution subject to terms of license.
 */
jsx3.require("jsx3.gui.LayoutGrid","jsx3.gui.Stack");jsx3.Class.defineClass("jsx3.gui.StackGroup",jsx3.gui.LayoutGrid,null,function(c,p){var jc=jsx3.gui.LayoutGrid;c.ORIENTATIONV=jc.ORIENTATIONCOL;c.ORIENTATIONH=jc.ORIENTATIONROW;c.DEFAULTSTACKCOUNT=2;c.DEFAULTDIMENSIONS=["27","*"];c.DEFAULTBARSIZE=27;p.init=function(h,q,l,f,d){this.jsxsuper(h,q,l,f,d);this.setRepeat(c.DEFAULTSTACKCOUNT);this.setDimensionArray(c.DEFAULTDIMENSIONS);};p.getBarSize=function(){return this.jsxbarsize;};p.setBarSize=function(r){this.jsxbarsize=r;return this;};p.IO=function(a){var v=this.getParent().IO(this);var zb=v.width?v.width:v.parentwidth;var _=v.height?v.height:v.parentheight;var Zb=this.paintBarSize();var lc=a.getChildIndex();var Eb=this.getOrientation()==jsx3.gui.StackGroup.ORIENTATIONV?_:zb;var Hc=lc*Zb+(this.getSelectedIndex()<lc?1:0)*(Eb-(this.getChildren().length-1)*Zb-Zb);if(a.isFront()){var gb=Zb*(this.getChildren().length-1);return this.getOrientation()==c.ORIENTATIONV?{left:0,top:Hc,parentwidth:zb,parentheight:_-gb}:{left:Hc,top:0,parentwidth:zb-gb,parentheight:_};}else{return this.getOrientation()==c.ORIENTATIONV?{left:0,top:Hc,parentwidth:zb,parentheight:Zb}:{left:Hc,top:0,parentwidth:Zb,parentheight:_};}};p.k7=function(f,g,l){var Vb=this.RL(true,f);if(g){Vb.recalculate(f,g,l);g.style.overflow="auto";}var eb=0;var Mb=this.getChildren().length;for(var Hc=0;Hc<Mb;Hc++){var Ac=this.getChild(Hc);var y=this.IO(Ac);l.add(Ac,y,g!=null,true);}};p.paint=function(){var F=this.getChild(this.getSelectedIndex());if(F==null){F=this.getChild(0);this.setSelectedIndex(0);}if(F!=null){var hc=this.getChildren().length;var Hb=[];var N=this.paintBarSize();var x=this.getSelectedIndex();for(var Nc=0;Nc<hc;Nc++){if(x!=Nc){Hb[Nc]=N;}else{Hb[Nc]="*";}}this.setDimensionArray(Hb);}this.setBestGuess(0);this.setRepeat(hc);return this.jsxsuper();};p.paintBarSize=function(a){return this.getBarSize()?this.getBarSize():c.DEFAULTBARSIZE;};p.getSelectedIndex=function(){return this.jsxselectedindex==null?0:this.jsxselectedindex>this.getChildren().length-1?this.getChildren().length-1:this.jsxselectedindex;};p.setSelectedIndex=function(o){this.jsxselectedindex=o;};p.paintChild=function(h,g){var lb=this.getRendered();if(lb!=null)jsx3.html.insertAdjacentHTML(lb,"beforeEnd",h.paint());if(!g)this.Rv();};p.onSetChild=function(s){return s instanceof jsx3.gui.Stack;};p.onRemoveChild=function(h,n){this.jsxsuper(h,n);if(h instanceof Array){this.repaint();}else{var Wb=this.getChildren().length;var W=n==this.jsxselectedindex;if(n<=this.jsxselectedindex&&(this.jsxselectedindex>0||Wb==0))this.jsxselectedindex--;if(W&&this.jsxselectedindex>=0){this.Rv();this.getChild(this.jsxselectedindex).doShowStack();}else{this.Rv();}}};p.Rv=function(){var zb=[];var Sb=this.paintBarSize();var rb=this.getSelectedIndex();var K=this.getChildren().length;for(var Ib=0;Ib<K;Ib++){zb[Ib]=rb!=Ib?Sb:"*";}this.setDimensionArray(zb,true);};c.getVersion=function(){return "3.0.00";};});jsx3.StackGroup=jsx3.gui.StackGroup;

⌨️ 快捷键说明

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