摘要: 1. 网格控件对象。 主要用于呈现数据。 属性: l Columns 网格控件包含的列 l DataSource 数据源,为XmlDocument对象 l TitleCellAttribute 标题单元格属性集合,为AttributeCollection对象 l DataCellAttribute 数据单元格属性集合,为... 阅读全文
posted @ 2007-11-12 16:09 terry_12 阅读(514) 评论(1) 推荐(0)
摘要: // JScript 文件 /* 作者:Terry_12 Copyright(c) 2006-2007, MSN:zhuojian@live.com, */ function HttpEventArg(){ } function HttpClient(url) { var OnDataCallBack = function(sender,eventArg){}; ... 阅读全文
posted @ 2007-11-12 15:42 terry_12 阅读(316) 评论(0) 推荐(0)
摘要: 1// JScript 文件 2/**//* 3 作者:Terry_12 4 Copyright(c) 2006-2007, 5 MSN:zhuojian@live.com, 6*/ 7 8var Options = { 9 B:{Exp : /\[b(?:\s*)\]([\s]||[\s\S]+?)\[\/b(?:\s*)\]/ig,Str : "$1"... 阅读全文
posted @ 2007-10-30 17:29 terry_12 阅读(1070) 评论(1) 推荐(0)