Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145030 | Jun 3,2019 11:08 AM UTC | Oct 14,2020 05:16 AM UTC | Angular - EJ 2 | 5 |
![]() |
Tags: Sidebar |
function onCreate() {
// Hide the sidebar element on creation using isOpen property
this.sidebarInstance.isOpen = false;
this.sidebarInstance.dataBind();
} |
function onCreate() {
// Hide the sidebar element on creation using hide method
this.sidebarInstance.hide();
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.