Important

We are updating the images for OroCommerce version 6.1 to align with the latest changes in the back-office design. During this transition, some images may still show older versions. Thank you for your patience as we work to update all visuals to reflect these changes.

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>