Hello,
I wanted to develop application using kendo mobile ui in Asp.net MVC 3. In my application for all view couple of things are common like footer.
I want same footer in all pages . Right now I am writing below code in all my view. I don't wont to write below code in all my view.
<footer data-role="footer">
<div data-role="tabstrip">
<a href="#home" data-icon="home">Home</a>
<a href="#products" data-icon="info">Products</a>
<a href="#settings" data-icon="cart">Cart</a>
<a href="#contact" data-icon="contacts">Contact</a>
</div>
</footer>
Is there any way to achieve this thing? Can any one please send me sample code for this?
Thanks
I wanted to develop application using kendo mobile ui in Asp.net MVC 3. In my application for all view couple of things are common like footer.
I want same footer in all pages . Right now I am writing below code in all my view. I don't wont to write below code in all my view.
<footer data-role="footer">
<div data-role="tabstrip">
<a href="#home" data-icon="home">Home</a>
<a href="#products" data-icon="info">Products</a>
<a href="#settings" data-icon="cart">Cart</a>
<a href="#contact" data-icon="contacts">Contact</a>
</div>
</footer>
Is there any way to achieve this thing? Can any one please send me sample code for this?
Thanks