夢幻之旅

          DEBUG - 天道酬勤

             :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
            671 隨筆 :: 6 文章 :: 256 評論 :: 0 Trackbacks
          Ext.BLANK_IMAGE_URL = "/learn/ext/resources/images/default/s.gif";
          function alertE() {
              Ext.Msg.confirm(
          "<font size='4'>提示</font>",
                      
          "<font color='red'>ExtJs世界你好,這是我的第一個Ext程序!</font>", callBack);
              
          function callBack(id) {
                  alert(
          "你點擊的ID是:" + id);
              }

          }
          ;
          function promptE() {
              Ext.Msg.prompt(
          "<font size='4'>輸入</font>",
                      
          "<font color='red'>ExtJs世界你好,這是我的第一個Ext程序!</font>", callBack, this,
                      
          true);
              
          function callBack(id, msg) {
                  alert(
          "你點擊的ID是:" + id + ",消息:" + msg);
              }

          }
          ;
          function wateE() {
              Ext.Msg.wait(
          "等待時間長的操作""提示"{
                          text : 
          "進度條上的文字"
                      }
          )
          }

          function showE() {
              Ext.Msg.buttonText.yes 
          = "保存";
              Ext.Msg.buttonText.no 
          = "清除";
              
          var msgBox = Ext.Msg.show({
                          title : 
          "提示",
                          msg : 
          "自我介紹一下,我是HuyVanpull哈!!",
                          modal : 
          true,
                          prompt : 
          true,
                          value : 
          "請輸入內容..",
                          progress : 
          true,
                          progressText : 
          "保存進度0%",
                          buttons : Ext.Msg.YESNOCANCEL,
                          fn : callBack
                      }
          )
              
          function callBack(id, msg) {
                  alert(
          "按鈕的ID是:" + id + ",內容:" + msg);
              }

              
          var count = 0;
              Ext.TaskMgr.start(
          {
                          run : 
          function() {
                              count
          ++;
                              
          if (count > 100{
                                  msgBox.hide();
                              }

                              
          // msgBox.updateText("時間:"+new Date().format('Y-m-d g:i:s
                              // A'));
                              msgBox.updateProgress(count / 100"還剩" + (100 - count)
                                              
          + "秒關閉窗口""當前時間:"
                                              
          + new Date().format('Y-m-d g:i:s A'));
                          }
          ,
                          interval : 
          1000
                      }
          )
          }

          function progressBarE1() {
              
          var ProgressBar = new Ext.ProgressBar({
                          text : 
          "working",
                          width : 
          300,
                          applyTo : 
          "ProgressBar"
                      }
          );
              
          var count = 0;
              
          var percentage = 0;
              
          var progressText = "";
              Ext.TaskMgr.start(
          {
                          run : 
          function() {
                              count
          ++;
                              
          if (count > 100{
                                  ProgressBar.hide();
                              }

                              percentage 
          = count / 100;
                              progressText 
          = percentage * 100 + "%";
                              ProgressBar.updateProgress(percentage, progressText)
                          }
          ,
                          interval : 
          1000
                      }
          )
          }

          function progressBarE2() {
              
          var ProgressBar = new Ext.ProgressBar({
                          text : 
          "working",
                          width : 
          300,
                          applyTo : 
          "ProgressBar"
                      }
          );
              ProgressBar.wait(
          {
                          duration : 
          100000,
                          interval : 
          10,
                          increment : 
          1000,
                          scope : 
          this,
                          fn : 
          function() {
                              alert(
          "更新完畢");
                          }

                      }
          )
          }

          Ext.onReady(progressBarE2);
          posted on 2008-12-28 14:21 HUIKK 閱讀(1219) 評論(0)  編輯  收藏 所屬分類: EXT
          主站蜘蛛池模板: 林西县| 虎林市| 青河县| 页游| 黑龙江省| 天等县| 田林县| 宁明县| 儋州市| 新和县| 绥宁县| 东乡族自治县| 叶城县| 绥芬河市| 高邑县| 获嘉县| 阿克陶县| 安庆市| 桑植县| 于田县| 莫力| 保定市| 绥宁县| 长沙县| 龙州县| 龙陵县| 习水县| 巧家县| 曲水县| 江油市| 济宁市| 正安县| 平和县| 肇东市| 博乐市| 饶平县| 准格尔旗| 工布江达县| 改则县| 天台县| 贡觉县|