CodBi
    Preparing search index...

    Maintainer: Callari, Salvatore (Salvatore.Callari@Ansbach.de)

    Index

    Constructors

    Methods

    Constructors

    Methods

    • The tagged HTMLDivElement will get navigation buttons that can be used to navigate the form. Multiple HTMLDivElement can implement the navigator (e.g. header & footer) with it's HTMLButtonElements being synchronized when clicking one of the implemented navigators.

      Selector Element Type Description
      .---CodBi.--Form_Navigator.-Container.-NavButton Any HTMLButtonElement Targets any navigational button within the form navigator.
      .---CodBi.--Form_Navigator.-Container.-NavButton:first-child The first HTMLButtonElement Targets the first button in the sequence.
      .---CodBi.--Form_Navigator.-Container.-NavButton:last-child The last HTMLButtonElement Targets the last button in the sequence.
      .---CodBi.--Form_Navigator.-Container.-NavButton.-current HTMLButtonElement The button corresponding to the currently active page or step.
      .---CodBi.--Form_Navigator.-Container.-NavButton.-blocked HTMLButtonElement Targets buttons blocked for any reason.

      Config Parameter:

      • Preview: Defines whether the navigator permits switching to every page even it wasn't visited before (TRUE) or not (FALSE). Defaults to: FALSE.
      • cssNavButtons: A string containing additional CSS to be applied to the navigator's HTMLButtonElements.
      • cssHoverNavButtons: A string containing additional CSS to be applied to the navigator's HTMLButtonElements when hovering them.
      • cssBlockedNavButtons: A string containing additional CSS to be applied to the navigator's HTMLButtonElements that are blocked for any reason.

      Parameters

      • toLoad: { [key: string]: unknown }

        Provided by the CodBi.

      • toProcess: Element

        Provided by the CodBi.

      Returns void