让ASP.NET简便使用SCRIPT
2008-02-22 09:34:32来源:互联网 阅读 ()
在开发ASP.NET应用程序过程中编写Script是件很烦人的事情,其实我们可以把常用的Script装成相应的.NET组件在服务端调用,这样可以大大简化Script的编写还提高的Script的重用.
以下是常用的打开模式窗体并获取返回值的类调用,实际上可以给设置多个参数传入和不同控件获取不同返回值的结果.
定义打开窗体并设置返回值脚本类.
HFSoft.Web.Scripts.ShowModalDialog dialog=new HFSoft.Web.Scripts.ShowModalDialog(
XXX.Units.Config.WebBoot "Appunit/WindowOpenDialog.aspx",
FrmFailureLogSearch.PageURI());
dialog.Height=400;
dialog.Width=600;
dialog.ReturnElements.Add(new HFSoft.Web.Scripts.ReturnElement(this.txtReturn.ClientID,"ReturnString"));
HFSoft.Web.Scripts.RegisterScript.RegiOnClick(cmdSearch,dialog);
打开窗体设置返回值的代码
HFSoft.Web.Scripts.ReturnValues returnValue=new HFSoft.Web.Scripts.ReturnValues();
returnValue.Add("ReturnString",filter);
HFSoft.Web.Scripts.RegisterScript.RegiPageClient(this,"return",returnValue);
打开窗体类的代码(其实很多Script都可以通过这样的方式来封装).
00006 namespace HFSoft . Web . Scripts
00007 {
00008 /// <summary>
00009 /// 创建打开窗体脚本类
00010 /// 注意:返回值参数据接收的数据格式必须
00011 /// key=value|key1=value1|.....
00012 /// </summary>
00013 public class ShowModalDialog : IExecuteScript
00014 {
00015 private const string _Dialog ="window.showModalDialog({0},' ',' dialogHeight : { 1 } px ;
dialogWidth : { 2 } px ; edge : Raised ; center : Yes ; help : No ; resizable : No ; status : No ; scroll :
Yes ;');" ;
00016 #region IExecuteScript 成员
00017 private bool mParent = false ;
00018 /// <summary>
00019 /// 是否需要加载父指向
00020 /// </summary>
00021 public bool Parent
00022 {
00023 get
00024 {
00025 // TODO: 添加 SetElementsValue.Parent getter 实现
00026 return mParent ;
00027 }
00028 set
00029 {
00030 // TODO: 添加 SetElementsValue.Parent setter 实现
00031 mParent = value ;
00032 }
00033 }
00034 private string GetParent ()
00035 {
00036 if ( Parent )
00037 return "parent." ;
00038 return "" ;
00039 }
00040 /// <summary>
00041 /// 构造对象
00042 /// </summary>
00043 /// <param name="pageContainer">容器页</param>
00044 /// <param name="openPage">具本打开的页面</param>
00045 public ShowModalDialog ( string pageContainer , string openPage )
00046 {
00047 PageContainer = pageContainer ;
00048 OpenPage = openPage ;
00049 }
00050 public const string PageUrlTag ="pageurl" ;
00051 /// <summary>
00052 /// 生成脚本
00053 /// </summary>
00054 /// <returns>string</returns>
00055 public string Execute ()
00056 {
00057 // TODO: 添加 ShowModalDialog.Execute 实现
00058 string url ="' " PageContainer " ? pageurl =' " GetPage ();
00059 url = string . Format ( _Dialog , url , Height , Width );
00060 url = GetParent () url ;
00061 if ( ReturnElements . Count >0)
00062 {
00063 url = "var getvalue=" url ";if(getvalue != null){" ;
00064 foreach ( ReturnElement item in ReturnElements )
00065 {
00066 url = item . GetScript ( GetParent ());
--------------------------------------------------------------------------------
00067 }
00068 url ="}" ;
00069 return url ";" ;
00070 }
00071 return url ";" ;
00072 }
00073
00074 #endregion
00075 private string mPageContainer ;
00076 /// <summary>
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash