Catalyst Creations
Posts: 0
Joined: Sat Dec 28, 2013 1:34 am

Sliding Panel Background??

Is it possible to change the background of the sliding panel? if so how?Thankyou in advance.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Sliding Panel Background??

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

Catalyst Creations
Posts: 0
Joined: Sat Dec 28, 2013 1:34 am

Sliding Panel Background??

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?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Sliding Panel Background??

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.

Catalyst Creations
Posts: 0
Joined: Sat Dec 28, 2013 1:34 am

Sliding Panel Background??

Thankyou. Very much.

Return to “Issues”