You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wondering how can i set a background solid color.
I want this feature on initialize and also after initializing the user can pick from a predefined list of colors.
The text was updated successfully, but these errors were encountered:
I am trying to use it like this while initializing the Drawer JS, but its not working
is that the right way?
and if i want to change the background after init how would i do that ?
new DrawerJs.Drawer(null, {
plugins: drawerPlugins,
backgroundCss: 'url(' + globalURL + '/' + 'web/images/blue.png) repeat',
...MORE CODE HERE
})
Just wondering how can i set a background solid color.
I want this feature on initialize and also after initializing the user can pick from a predefined list of colors.
The text was updated successfully, but these errors were encountered: