Table of Contents

Class FormFieldViewModel

Namespace
Dynamicweb.Forms
Assembly
Dynamicweb.Forms.dll
public class FormFieldViewModel : ViewModelBase
Inheritance
FormFieldViewModel
Inherited Members

Properties

Active

public bool Active { get; set; }

Property Value

bool

Append

public string Append { get; set; }

Property Value

string

AutoValue

public string AutoValue { get; set; }

Property Value

string

Color

public string Color { get; set; }

Property Value

string

CssClass

public string CssClass { get; set; }

Property Value

string

DefaultValue

public string DefaultValue { get; set; }

Property Value

string

Description

public string Description { get; set; }

Property Value

string

GroupId

public int GroupId { get; set; }

Property Value

int

HideInReceipt

public bool HideInReceipt { get; set; }

Property Value

bool

HtmlId

public string HtmlId { get; set; }

Property Value

string

ID

public int ID { get; set; }

Property Value

int

Image

public string Image { get; set; }

Property Value

string

InputPattern

public string InputPattern { get; set; }

Property Value

string

InputType

public string InputType { get; set; }

Property Value

string

IsButton

public bool IsButton { get; set; }

Property Value

bool

IsInput

public bool IsInput { get; set; }

Property Value

bool

IsList

public bool IsList { get; set; }

Property Value

bool

IsOther

public bool IsOther { get; set; }

Property Value

bool

IsTextArea

public bool IsTextArea { get; set; }

Property Value

bool

MaxLength

public int MaxLength { get; set; }

Property Value

int

Name

public string Name { get; set; }

Property Value

string

Placeholder

public string Placeholder { get; set; }

Property Value

string

Prepend

public string Prepend { get; set; }

Property Value

string

Required

public bool Required { get; set; }

Property Value

bool

Size

public int Size { get; set; }

Property Value

int

Sort

public int Sort { get; set; }

Property Value

int

SystemName

public string SystemName { get; set; }

Property Value

string

Text

public string Text { get; set; }

Property Value

string

TextAreaHeight

public int TextAreaHeight { get; set; }

Property Value

int

Title

public string Title { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string

Methods

GetOptions()

public IEnumerable<FormFieldOptionViewModel> GetOptions()

Returns

IEnumerable<FormFieldOptionViewModel>

GetValue()

public string GetValue()

Returns

string
To top