Page 1 of 1

Sliding Panel Background??

Posted: Sun Feb 02, 2014 12:00 am
by Catalyst Creations

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


Sliding Panel Background??

Posted: Sun Feb 02, 2014 3:40 am
by Illya Stepanov

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


Sliding Panel Background??

Posted: Sun Feb 02, 2014 11:24 pm
by Catalyst Creations

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?


Sliding Panel Background??

Posted: Mon Feb 03, 2014 12:23 am
by Alena Prykhodko

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.


Sliding Panel Background??

Posted: Mon Feb 03, 2014 12:24 am
by Catalyst Creations

Thankyou. Very much.