posts - 431,  comments - 344,  trackbacks - 0
          jsx3.gui.Splitter
          setSubcontainer1Pct()
          method setSubcontainer1Pct(strSubcontainerPct, bView)
          Sets a valid percentage (e.g., 100.00% 23.567%) that will be applied to the on-screen element as its CSS width/height percentage
          Parameters:
          strSubcontainerPct {String}valid CSS width property as a percentage (e.g., 34.56%)
          bView {boolean}false if null; if true the view is updated automatically without a repaint
          Returns:
          {jsx3.gui.Splitter}– this object


          eg:
          service.menuMinimize = function(menuToggle,isSelf) {
             if (isSelf != null) {
                if (isSelf == 0) {
                   menuToggle.setState(menuToggle.getState() == 0 ? 1 : 0);
                }
             }
             var menuSplitter = csa.getServer().getJSXByName('splitter_menuright');
             if (!menuToggle.getState()){
                menuSplitter.setSubcontainer1Pct("95.86",true);
             } else {
                menuSplitter.setSubcontainer1Pct("67.70",true);
             }
          }
          posted on 2007-04-06 16:35 周銳 閱讀(283) 評論(0)  編輯  收藏 所屬分類: TIBCO
          主站蜘蛛池模板: 霸州市| 盘锦市| 长兴县| 华亭县| 宾川县| 鞍山市| 平利县| 武清区| 政和县| 三原县| 瓮安县| 太保市| 锦州市| 台州市| 闽清县| 五台县| 崇明县| 德惠市| 静海县| 麻江县| 京山县| 抚顺县| 永寿县| 福建省| 双鸭山市| 昌平区| 华容县| 霍山县| 华亭县| 凤台县| 美姑县| 大兴区| 江门市| 岑巩县| 南京市| 龙游县| 金溪县| 平邑县| 金寨县| 呼玛县| 临漳县|