• JMap.Form.hasAttributeForm

    Returns true if the currently displayed layer has an attribute form.

    Returns boolean

    If no form is displayed, return false.

    Example

     // returns true if the currently displayed layer has an attribute form
    JMap.Form.hasAttributeForm()
    }