Jonathan Young
Posts: 0
Joined: Tue Sep 25, 2012 3:56 am

Custom Button Set in mobilescreen/ mobilecontainer

Hi,

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

Many thanks in advance!

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Custom Button Set in mobilescreen/ mobilecontainer

Hello! What code?

Jonathan Young
Posts: 0
Joined: Tue Sep 25, 2012 3:56 am

Custom Button Set in mobilescreen/ mobilecontainer

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

Image

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

Many many thanks!

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Custom Button Set in mobilescreen/ mobilecontainer

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.

Jonathan Young
Posts: 0
Joined: Tue Sep 25, 2012 3:56 am

Custom Button Set in mobilescreen/ mobilecontainer

Okey! Panel HTML pasting the code, right?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Custom Button Set in mobilescreen/ mobilecontainer

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

Jonathan Young
Posts: 0
Joined: Tue Sep 25, 2012 3:56 am

Custom Button Set in mobilescreen/ mobilecontainer

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?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Custom Button Set in mobilescreen/ mobilecontainer

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

Jonathan Young
Posts: 0
Joined: Tue Sep 25, 2012 3:56 am

Custom Button Set in mobilescreen/ mobilecontainer

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".

Return to “Issues”