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.

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

Reply via email to