C# Class Composite.Core.WebClient.UiControlLib.Foundation.ClientAttributes

Show file Open project: Orckestra/C1-CMS

Public Methods

Method Description
CopyClientAttributesTo ( this uiControl, WebControl targetControl ) : void

Private Methods

Method Description
AddClientAttributes ( this uiControl, System.Web.UI.HtmlTextWriter writer ) : void
WriteClientAttributes ( this uiControl, System.Web.UI.HtmlTextWriter writer ) : void

Method Details

CopyClientAttributesTo() public static method

public static CopyClientAttributesTo ( this uiControl, WebControl targetControl ) : void
uiControl this
targetControl System.Web.UI.WebControls.WebControl
return void