Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "geocortex/forms"

Index

Functions

Private _parseBoolean

  • _parseBoolean(value: string): boolean
  • Parameters

    • value: string

    Returns boolean

getAttributeValue

  • getAttributeValue(xmlDoc: Element, attributeName: string): string
  • Return the value of an attribute on the specified node.

    Parameters

    • xmlDoc: Element
    • attributeName: string

    Returns string

getElement

  • getElement(xmlDoc: Element, elementName: string): Element
  • Return this first immediate child element named elementName.

    Parameters

    • xmlDoc: Element
    • elementName: string

    Returns Element

getElementText

  • getElementText(xmlDoc: Element, elementName: string): string
  • Return the text content of a child element named elementName.

    Parameters

    • xmlDoc: Element
    • elementName: string

    Returns string

renderFormItem

  • renderFormItem(fromItem: any): Node
  • Parameters

    • fromItem: any

    Returns Node