Function onDomReady

  • Helper function in the myfaces namespace to handle document ready properly for the load case the ajax case, does not need proper treatment, since it is deferred anyway. Used by command script as helper function!

    Parameters

    • executionFunc: (() => void)

      the function to be executed upon ready

        • (): void
        • Returns void

    Returns void

Generated using TypeDoc