On 03/27/2012 08:49 PM, Philip Smith wrote:
Hi everyone, we are building our first mobile site and chose to work with IUI. Thank you for this framework!I have two questions that I'm trying to figure out in regard to the title bar area. 1. Is there a way to manipulate the label of the Back button? Instead of having the Title of the previous page, can we always have it display as just "Back"? 2. I've implemented another button in the top right corner to be use as a "return-to-home" button. Is there a way to tell this NOT to display on the homepage, but display everywhere else? Here's my existing code: <div class="toolbar"> <h1 id="pageTitle"></h1> <a id="backButton" class="button" href="#"></a> <a href="#home" class="button"> <span class="title">Menu</span> </a> </div> Thank you.
See here <http://www.iui-js.org/documentation/latest/extensions/extensions-tbbmod.html>
Hong -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
