Is it possible to change the background of the sliding panel? if so how?Thankyou in advance.
Is it possible to change the background of the sliding panel? if so how?Thankyou in advance.
Hi -
You can add image to the panel component and adjust styles with CSS rule:
a href="https://d2r1vs3d9006ap.cloudfront.net/s ... 1391312365[/img] /a
Hey Illya,
If I add the image as a component, I want be able to place anything over the top. Can I use the jscript you use when setting background on page container? if so what code do I change?
Hi Callum,
Yes, you can Run JS on page Load event:
pre$('div[dsid="panel_1"]').css('background-image', 'url("'+Appery.getImagePath('image.jpg')+'")') ;
/pre
panel_1 - panel name;
image.jpg - image uploaded to the Media Manager.
Thankyou. Very much.