Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Toshok <toshok@novell.com>2005-09-01 23:12:47 +0400
committerChris Toshok <toshok@novell.com>2005-09-01 23:12:47 +0400
commit2954c2326ae22ebbc5c8f187a925586fe8ed26c3 (patch)
treea22185aa46537b8d954a3f4fadec9751936f982c /mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlTableRow.cs
parent842e1f781681181976c1067b7e639d947d99f390 (diff)
2005-08-29 Chris Toshok <toshok@ximian.com>
* System.Web.UI.HtmlControls/HtmlTableCell.cs, System.Web.UI.HtmlControls/HtmlInputFile.cs, System.Web.UI.HtmlControls/HtmlForm.cs, System.Web.UI.HtmlControls/HtmlInputText.cs, System.Web.UI.HtmlControls/HtmlInputRadioButton.cs, System.Web.UI.HtmlControls/HtmlAnchor.cs, System.Web.UI.HtmlControls/HtmlButton.cs, System.Web.UI.HtmlControls/HtmlTextArea.cs, System.Web.UI.HtmlControls/HtmlGenericControl.cs, System.Web.UI.HtmlControls/HtmlSelect.cs, System.Web.UI.HtmlControls/HtmlTableRow.cs, System.Web.UI.HtmlControls/HtmlControl.cs, System.Web.UI.HtmlControls/HtmlImage.cs, System.Web.UI.HtmlControls/HtmlTable.cs, System.Web.UI.HtmlControls/HtmlInputButton.cs, System.Web.UI.HtmlControls/HtmlInputControl.cs, System.Web.UI.HtmlControls/HtmlInputImage.cs, System.Web.UI.HtmlControls/HtmlInputCheckBox.cs, System.Web.UI.HtmlControls/HtmlInputHidden.cs, System.Web.UI/Control.cs: Add WebSysDescription/WebCategory attributes. svn path=/trunk/mcs/; revision=49288
Diffstat (limited to 'mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlTableRow.cs')
-rw-r--r--mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlTableRow.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlTableRow.cs b/mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlTableRow.cs
index e1310027102..7f8a2ae8de0 100644
--- a/mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlTableRow.cs
+++ b/mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlTableRow.cs
@@ -48,6 +48,8 @@ namespace System.Web.UI.HtmlControls {
[DefaultValue ("")]
[DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
+ [WebSysDescription("")]
+ [WebCategory("Layout")]
public string Align {
get {
string s = Attributes ["align"];
@@ -63,6 +65,8 @@ namespace System.Web.UI.HtmlControls {
[DefaultValue ("")]
[DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
+ [WebSysDescription("")]
+ [WebCategory("Appearance")]
public string BgColor {
get {
string s = Attributes ["bgcolor"];
@@ -78,6 +82,8 @@ namespace System.Web.UI.HtmlControls {
[DefaultValue ("")]
[DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
+ [WebSysDescription("")]
+ [WebCategory("Appearance")]
public string BorderColor {
get {
string s = Attributes ["bordercolor"];
@@ -108,6 +114,8 @@ namespace System.Web.UI.HtmlControls {
[DefaultValue ("")]
[DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
+ [WebSysDescription("")]
+ [WebCategory("Layout")]
public string Height {
get {
string s = Attributes ["height"];
@@ -133,6 +141,8 @@ namespace System.Web.UI.HtmlControls {
[DefaultValue ("")]
[DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
+ [WebSysDescription("")]
+ [WebCategory("Layout")]
public string VAlign {
get {
string s = Attributes ["valign"];