Page 1 of 1

Custom Button Set in mobilescreen/ mobilecontainer

Posted: Tue Sep 25, 2012 7:00 am
by Jonathan Young

Hi,

Could I add the following code for a custom radio button set on the page?

Many thanks in advance!


Custom Button Set in mobilescreen/ mobilecontainer

Posted: Tue Sep 25, 2012 8:18 am
by Maryna Brodina

Hello! What code?


Custom Button Set in mobilescreen/ mobilecontainer

Posted: Tue Sep 25, 2012 11:21 am
by Jonathan Young

Sorry, did it get filtered out or what? Anyway:

Image

I was trying insert the html code into the page/ screen.

Many many thanks!


Custom Button Set in mobilescreen/ mobilecontainer

Posted: Tue Sep 25, 2012 12:40 pm
by Maryna Brodina

You can add this code in a Panel component (drag and drop it from Palette on screen). Change its type to HTML and add this code.


Custom Button Set in mobilescreen/ mobilecontainer

Posted: Tue Sep 25, 2012 1:20 pm
by Jonathan Young

Okey! Panel HTML pasting the code, right?


Custom Button Set in mobilescreen/ mobilecontainer

Posted: Tue Sep 25, 2012 1:21 pm
by Maryna Brodina

Yes, try it and please let us know about the result.


Custom Button Set in mobilescreen/ mobilecontainer

Posted: Tue Sep 25, 2012 2:32 pm
by Jonathan Young

It seems to work fine, supposedly. Thanks!

But I need to add this css part, for example:

.ui-icon-audio-play {
background-image: url("http://project.tiggzi.com/views/11b8c...");
}

So, do I create a new separate css element?


Custom Button Set in mobilescreen/ mobilecontainer

Posted: Tue Sep 25, 2012 2:35 pm
by Maryna Brodina

You can go to Project-- Create new-- CSS


Custom Button Set in mobilescreen/ mobilecontainer

Posted: Tue Sep 25, 2012 3:28 pm
by Jonathan Young

Hi, I turned out have this section in the CSS

=====================================
#slider{
display:none;
}

div.ui-slider{
margin:0;
width:100%;
}

.ui-icon-audio-play {
background-image: url("http://project.tiggzi.com/views/11b8c...");
}

=====================================

with this as result:

Image

So it does seem to work (the first key), except that the slider bar is still there, instead of being "non-displayed".