SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 71 | Next

Richard Wagner

"Professional iPhone and iPod touch Programming: Building Applications for Mobile Safari"

userAgent.indexOf(???iPhone??™) != -1)??? > (978) 545-1211 < /a >
< /div >
< div class=???row??? >
< label class=???cui??? > e-mail < /label >
< a class=???cuiServiceLink??? target=???_self???
href=???mailto:jordan@jteam3.com??? onclick=???return
(navigator.userAgent.indexOf(???iPhone??™) != -1)??? > jordan@jteam3.com < /a >
< /div >
< /fieldset >
< fieldset >
< div class=???rowCuiAddressBox??? >
< label class=???cui??? > work < /label >
< p class=???cui??? > 15 Louis Street < /p >
< p class=???cui??? > Princeton, MA 01541 < /p >
< /div >
< /fieldset >
< fieldset >
< div class=???row??? >
< a class=???serviceButton??? target=???_self???
href=???http://maps.google.com/maps?q=15+Louis+St,+Princeton,+MA+(J-Team+Office)??? > Map
To Office < /a >
< /div >
< /fieldset >
< /div >
You ??™ ll notice that the code listing displays several styles prefixed with cui . These are defined in a separate
style sheet called cui.css, which is fully explained in Chapter 7 . However, in order to use these styles,
the following style element needs to be added to the document head of irealtor.html:
< style type=???text/css??? media=???screen??? > @import ???../iui/cui.css???; < /style >
Chapter 3: Implementing the Interface
57
Figure 3-11: Text input of a form
The following three listings provide a full code view of the major source files that have been discussed.


Pages:
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83