View Code 1 public static MvcHtmlString FckText(this System.Web.Mvc.HtmlHelper helper, string name, string width = "1150", string height = "300") 2 { 3 if (string.IsNullOrEmpty(name)) 4 { 5 return MvcHtmlString.Create("name属性为必须"); 6 } 7 ... Read More
posted @ 2012-03-02 10:10 ミ茹此茹此↘ Views(211) Comments(1) Diggs(0) Edit