C# Class Kooboo.Commerce.Web.Framework.UI.Form.TextArea

Inheritance: FormControlBase
ファイルを表示 Open project: Kooboo/Ecommerce

Protected Methods

Method Description
BuildControl ( System builder, CustomFieldDefinition field, string value, object htmlAttributes, System viewContext ) : void

Method Details

BuildControl() protected method

protected BuildControl ( System builder, CustomFieldDefinition field, string value, object htmlAttributes, System viewContext ) : void
builder System
field Kooboo.Commerce.Products.CustomFieldDefinition
value string
htmlAttributes object
viewContext System
return void