Important

You are browsing upcoming documentation for version 6.0 of OroCommerce, OroCRM, and OroPlatform, scheduled for release in 2024. Read version 5.1 (the latest LTS version) of the Oro documentation to get up-to-date information.

See our Release Process documentation for more information on the currently supported and upcoming releases.

HiddenInitializationView ⇐ BaseView

  • Extends: BaseView
  • Kind: global class

new HiddenInitializationView()

View allows to hide part of the DOM tree until all page components are initialized.

Usage sample:

Note

Keep in mind that all div’s attributes are required for valid work.

<div class="invisible"
        data-page-component-module="oroui/js/app/components/view-component"
        data-page-component-options="{'view': 'oroui/js/app/views/hidden-initialization-view'}"
        data-layout="separate">
    <!-- write anything here -->
</div>