Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Form

Hierarchy

  • Form

Implements

Index

Constructors

constructor

  • new Form(fields: any, action: string, name: string, rel: string, form_method: string, enctype: string): Form
  • Parameters

    • fields: any
    • action: string
    • name: string
    • rel: string
    • form_method: string
    • enctype: string

    Returns Form

Properties

action

action: string

enctype

enctype: string

fields

fields: any

form_method

form_method: string

name

name: string

rel

rel: string

Methods

getField

  • getField(field: string): IField | undefined

getFieldSafe

  • getFieldSafe(field: string): IField

Generated using TypeDoc