Hi im trying out KendoUi Mobile and need some help
I want to style a view with my own style (backgrounds etc.)
The app should load the different views from a database and each view may have its own backgrounds etc.
So what i want to do is :
<div data-role="view" data-layout="overview-layout" id="testview" data-title="testview title" style="
background:url('.$pageinfo['backgroundimage'].');
background-repeat:no-repeat;
-moz-background-size:100% 100%;
background-size:100% 100%;">
In this case i need the background image to fill the screen even if there is no content
It seems like when rendering my custom styling is not used at all.
Any solutions ?
Thanks alot guys.
Tom
I want to style a view with my own style (backgrounds etc.)
The app should load the different views from a database and each view may have its own backgrounds etc.
So what i want to do is :
<div data-role="view" data-layout="overview-layout" id="testview" data-title="testview title" style="
background:url('.$pageinfo['backgroundimage'].');
background-repeat:no-repeat;
-moz-background-size:100% 100%;
background-size:100% 100%;">
In this case i need the background image to fill the screen even if there is no content
It seems like when rendering my custom styling is not used at all.
Any solutions ?
Thanks alot guys.
Tom