Specifications
3-18
Cisco Unified IP Phone Services Application Development Notes
OL-22505-01
Chapter 3 CiscoIPPhone XML Objects
XML Object Definitions
Figure 3-13 CiscoIPPhoneGraphicFileMenu
• With WindowMode attribute set to Wide. See Figure 3-14
<CiscoIPPhoneGraphicFileMenu WindowMode="Wide">
<Title>Graphic File Menu</Title>
<Prompt>Graphic File Menu</Prompt>
<LocationX>0</LocationX>
<LocationY>0</LocationY>
<URL>http://10.74.63.74:8080/xsi/wide3.png</URL>
<MenuItem>
<Name>dial_1000</Name>
<URL>Dial:1000</URL>
<TouchArea X1="0" Y1="0" X2="160" Y2="168"/>
</MenuItem>
</CiscoIPPhoneGraphicFileMenu>
Figure 3-14 WindowMode Attribute Set to Wide
CiscoIPPhoneIconMenu
Icon menus serve the same purpose as text menus: they allow a user to select a URL from a list. Use icon
menus in situations when you want to provide additional visual information to the user to show the state
or category of an item. For example, you include a read and unread icon in a mail viewer. You can use
the icons can to convey the message state.
Icons in the CiscoIPPhoneMenu object have a maximum width of 16 pixels and a maximum height of 10
pixels.
Figure 3-15 shows an IconMenu on a Cisco Unified IP Phone.