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
Afficher le fichier Open project: volkanceylan/Serenity

Méthodes publiques

Méthode Description
PlaceholderAttribute ( string value ) : System

Method Details

PlaceholderAttribute() public méthode

public PlaceholderAttribute ( string value ) : System
value string
Résultat System