Options
Menu

Class SimpleForm

Index

Constructor methods

constructor

  • constructor(workspace: any, $compile: any): SimpleForm
  • Parameters

    • workspace: any
    • $compile: any

    Returns SimpleForm

Properties

$compile

$compile: any

private attributeName

attributeName: string

link

link: Function

link function signature

  • (scope: any, element: any, attrs: any): any
  • Parameters

    • scope: any
    • element: any
    • attrs: any

    Returns any

replace

replace: boolean

restrict

restrict: string

scope

scope: boolean

transclude

transclude: boolean

private workspace

workspace: any

Methods

private createForm

  • createForm(config: any): any
  • Parameters

    • config: any

    Returns any

private doLink

  • doLink(scope: any, element: any, attrs: any)
  • Parameters

    • scope: any
    • element: any
    • attrs: any

private getLegend

  • getLegend(config: any): string
  • Parameters

    • config: any

    Returns string

isReadOnly

  • isReadOnly(): boolean
  • Returns boolean

Generated using TypeDoc