Important

You are browsing documentation for version 5.0 of OroCommerce, supported until January 2025. Read the documentation for version 6.0 (the latest LTS version) 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>