C# Class formulate.app.Forms.Fields.ExtendedRadioButtonList.ExtendedRadioButtonListField

An extended radio button list field type.
The extended radio button list differs from the plain radio button list in that each item has two text fields associated with it. You can use this, for example, to add some clarifying text under each radio button selection.
Inheritance: IFormFieldType
Afficher le fichier Open project: rhythmagency/formulate

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DeserializeConfiguration ( string configuration ) : object

Deserialize the configuration for a radio button list field.

ExtendedRadioButtonListField ( ) : System

Default constructor.

FormatValue ( IEnumerable values, FieldPresentationFormats format ) : string

Formats a value in the specified field presentation format.

Method Details

DeserializeConfiguration() public méthode

Deserialize the configuration for a radio button list field.
public DeserializeConfiguration ( string configuration ) : object
configuration string /// The serialized configuration. ///
Résultat object

ExtendedRadioButtonListField() public méthode

Default constructor.
public ExtendedRadioButtonListField ( ) : System
Résultat System

FormatValue() public méthode

Formats a value in the specified field presentation format.
public FormatValue ( IEnumerable values, FieldPresentationFormats format ) : string
values IEnumerable /// The values to format. ///
format FieldPresentationFormats /// The format to present the value in. ///
Résultat string