FormTextFieldExtensions
Namespace: Hex1b
Assembly: Hex1b.dll
Extension methods for creating form text fields.
csharp
public static class FormTextFieldExtensionsInheritance
Object → FormTextFieldExtensions
Methods
TextField(FormContext, string)
Creates a text field for the form with the specified label. Returns a that can be configured with fluent methods and also serves as a field handle for cross-field references.
Parameters:
ctx(FormContext):label(String):
Returns: FormTextFieldWidget
csharp
public static FormTextFieldWidget TextField(this FormContext ctx, string label)