C# Class Serenity.ComponentModel.PlaceholderAttribute

Sets a placeholder for a form field. Placeholder text is shown inside the editor when its value is empty. Only editors using basic inputs and Select2 editor supports this.
Inheritance: System.Attribute
ファイルを表示 Open project: volkanceylan/Serenity

Public Methods

Method Description
PlaceholderAttribute ( string value ) : System

Method Details

PlaceholderAttribute() public method

public PlaceholderAttribute ( string value ) : System
value string
return System