1. Question: ______ groups fields together in a panel, much as the FORM tag does for a standard HTML form.

    A
    Ext.form.FormPanel

    Note: Not available
    1. Report
  2. Question: ______ can be compared to the INPUT tag in HTML

    A
    Ext.form.Field

    Note: Not available
    1. Report
  3. Question: Our form has a ______ config so the form knows where to send the data when it is submitted.

    A
    url

    Note: Not available
    1. Report
  4. Question: ______ config defines where the form is displayed on the page.

    A
    renderTo

    Note: Not available
    1. Report
  5. Question: Each type of field is defined by ______ in the items config.

    A
    xtype

    Note: Not available
    1. Report
  6. Question: ______ is the text label that is displayed to the left of the field, although this can also be configured to be displayed on the top or the right side of the field.

    A
    fieldLabel

    Note: Not available
    1. Report
  7. Question: The ______ config is just the same as its HTML counterpart and will be used as the variable name when sending the form data to the server.

    A
    name

    Note: Not available
    1. Report
  8. Question: ______ items config option and setting it to false allow users to check if they have entered any value at all.

    A
    allowBlank

    Note: Not available
    1. Report
  9. Question: ______, which determines which column of data is displayed in the combo options.

    A
    displayField

    Note: Not available
    1. Report
  10. Question: The ______, which determines if the data is coming from a local source or a remote source.

    A
    mode

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd