Page 1 of 1

How to change the Gridcell property "Background Transparent" using javascript?

Posted: Sat May 17, 2014 7:50 pm
by bahar.wadia

I can add a background color using this...

$("[name=mobilegridcell_ItemPicture1]").css("background ", "#f2f2f2");

but I cannot remove or make the background transparent. The below does not work.

$("[name=mobilegridcell_ItemPicture1]").css("background ", "transparent");

Please help.

Thanks


How to change the Gridcell property "Background Transparent" using javascript?

Posted: Sun May 18, 2014 7:01 am
by Igor

Hello,

You can tick/untick "Background Transparent" in the properties dialog.
Image

You can also use opacity property. Create new CSS file and put below code there:

pre
.Facebook_Login_mobilegridcell_5 {
background: red!important;
opacity:0.1;
}
/pre

where Facebook_Login - page name
mobilegridcell_5 - cell name