SaaS CMS has officially launched! Learn more now.

Namespace EPiServer.XForms.Parsing

Classes

InputFragment

Represents a xforms:input element where the user can enter a value

Select1AsRadiobuttonFragment

Represents a xforms:select1 element which is a list of options where only 1 option can be selected (especific for radio buttons)

Select1Fragment

Represents a xforms:select1 element which is a list of options where only 1 option can be selected (i.e.radio buttons or dropdownlists)

Select1tAsDropdownListFragment

Represents a xforms:select1 element which is a list of options where only 1 option can be selected (especific for dropdownlists)

SelectFragment

Represents a xforms:select element which is a list of options where multiple options can be selected (i.e. checkbox buttons)

SelectOption

An option in a select control

SubmitFragment

A button for posting xforms

TextareaFragment

A multi line text area where the user can enter text

XFormsFragment

Base class for all XForms fragments

XFormsParser

Parses raw HTML into fragments containg XFormsFragment classes representing input controls

Interfaces

IXFormsParser

The interface which handle the parsing of the XForm.Document

Enums

Orientation

The orientation of a XForm element.