Torna al Thread

Table tableDescription = new Table(); tableDescription.CellPadding = 1; tableDescription.CellSpacing = 0; tableDescription.Attributes.Add("onmouseover", String.Format("this.className = '{0}'; this.rows(0).cells(1).className = '{1}'; this.rows(0).cells(1).childNodes(0).style.display = 'block';", this._cssClasses.GetString("SelectedItem"), this._cssClasses.GetString("MenuImageCell"))); tableDescription.Attributes.Add("onmouseout", String.Format("this.className = '{0}'; this.rows(0).cells(1).className = '{1}'; this.rows(0).cells(1).childNodes(0).style.display = 'none';", this._cssClasses.GetString("UnselectedItem"), String.Empty)); tableDescription.CssClass = this._cssClasses.GetString("UnselectedItem"); TableRow rowDescription = new TableRow(); this._taskDescriptionCell = new TableCell(); this._taskDescriptionCell.CssClass = this._cssClasses.GetString("ItemDescription"); this._taskDescriptionCell.Style.Add(HtmlTextWriterStyle.Width, "100%"); this._lnkTaskDescription = new HyperLink(); this._lnkTaskDescription.Style.Add(HtmlTextWriterStyle.FontFamily, "Tahoma"); this._lnkTaskDescription.Style.Add(HtmlTextWriterStyle.FontSize, "8pt"); this._taskDescriptionCell.Controls.Add(this._lnkTaskDescription); this._taskMenuIconCell = new TableCell(); this._taskMenuIconCell.Style.Add(HtmlTextWriterStyle.Width, "13px"); HtmlImage imgMenuIcon = new HtmlImage(); imgMenuIcon.Src = this.Page.ClientScript.GetWebResourceUrl(this.GetType(), "COPERGMPS.AA.BPM.UI.Web.Resources.Images.MenuIcon.gif"); imgMenuIcon.Style.Add(HtmlTextWriterStyle.Display, "none"); this._taskMenuIconCell.Controls.Add(imgMenuIcon);
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5