Page 1 of 1

Transparent PNG images in JSMPageFooter for navigation

PostPosted: 07 Apr 2016 15:08
by Omega8
Hi,

I set the Caption:=''; and placed several IWCGJQMImage. Want to use its on onclick event to navigate through
my application.

They just don't align right etc. What is the correct way of doing this.

Thanks

Re: Transparent PNG images in JSMPageFooter for navigation

PostPosted: 08 Apr 2016 09:49
by Alexander Bulei
Hi,

The jQuery Mobile is very strict framework.

hey just don't align right etc. What is the correct way of doing this.


You can remove the alignment and adjust the position via css class.

Best Regards.

Re: Transparent PNG images in JSMPageFooter for navigation

PostPosted: 08 Apr 2016 11:40
by Omega8
Thank you . I just did that and it worked fine. The footer however is way too far off the screen.

When I set RegionOptions.FullHeight to FALSE then the Footer is too close.
How can I fix this?

You guys have been very helpful.

Thanky

Re: Transparent PNG images in JSMPageFooter for navigation

PostPosted: 08 Apr 2016 11:43
by Alexander Bulei
Hi Omega,

Try to set the caption of Footer:

Code: Select all
 


Best Regards.

Re: Transparent PNG images in JSMPageFooter for navigation

PostPosted: 08 Apr 2016 11:48
by Omega8
Thank you Alex. That solved the problem.

Regards

Can