FOR U M NO KI A WAP Service Developer’s Guide for Nokia 9200 Communicator Series Version 1.0; March 03, 2003 Browsing
ページ2に含まれる内容の要旨
Forum.Nokia.com Contents 1 Introduction .........................................................................................................................................................5 2 Introduction to the User Interface of Nokia 9200 Communicator Series ...........................................6 2.1 WAP Browser Technical Features ..............................................................................................................6 2.2 Keypad ........................
ページ3に含まれる内容の要旨
Forum.Nokia.com 4.2 Validate Your WML.......................................................................................................................................22 4.3 Site Organization .........................................................................................................................................22 4.3.1 Avoid ‘doormat’ pages...............................................................................................................22 4.3.2 Automatical
ページ4に含まれる内容の要旨
Forum.Nokia.com Change History 03 March 2003 V1.0 Initial document release. 3 WAP Service Developer’s Guide for Nokia 9200 Communicator Series
ページ5に含まれる内容の要旨
Forum.Nokia.com Disclaimer The information in this document is provided ”as is,” with no warranties whatsoever, including any warranty of merchantability, fitness for any particular purpose, or any warranty otherwise arising out of any proposal, specification, or sample. Furthermore, information provided in this document is preliminary, and may be changed substantially prior to final release. This document is provided for informational purposes only. Nokia Corporation disclaims all liabil
ページ6に含まれる内容の要旨
Forum.Nokia.com WAP Service Developer’s Guide for Nokia 9200 Communicator Series Version 1.0; March 03, 2003 1 Introduction This WAP Service Developer's Guide for Nokia 9200 Communicator Series provides information and practical examples for developers who want to develop WAP services for Nokia 9200 Communicator Series devices. This document is adaptable for the following devices: • Nokia 9210 Communicator • Nokia 9210i Communicator • Nokia 9290 Communicator • Nokia 9210c Co
ページ7に含まれる内容の要旨
Forum.Nokia.com 2 Introduction to the User Interface of Nokia 9200 Communicator Series Figure 1: Communicator interface, WML browser display. This section gives a short overview of the user interface of Nokia 9200 Communicator Series. Nokia 9200 Communicator Series is a device with both a communicator interface and a phone interface. The WAP services application is implemented in the communicator interface together with Internet services. The phone interface in the CMT part does not c
ページ8に含まれる内容の要旨
Forum.Nokia.com • • The w The wi idth of dth of t th he i e in nd di ic ca ator tor a ar rea. ea. The The wi widt dth of t h of th he e wi wide de ind indi ic ca ator tor are area a is is 9 92 2 p pi ix xe els ls a an nd t d th he e wi width dth of of the n the na ar rr row ow in indic dica ato tor r ar area, ea, which which is is displ displa aye yed w d wi ith th the the WAP WAP bro brow wser, ser, is is 3 32 2 p pi ix xe els. A ls. A sp space ace is is reserv reserved ed for for d
ページ9に含まれる内容の要旨
Forum.Nokia.com the focus is automatically set on that same anchor. The same applies to the options list. The browser also remembers whether the focus was on the card or on the options list if the user initiates a task that causes another card to be loaded. Once the new card has been displayed, the focus is set on the card area if it had focus before the action. If the user had focused on the options list before the action, it remains focused after the card has been displayed. The focus on
ページ10に含まれる内容の要旨
Forum.Nokia.com 3 3 Nokia 9210 Communicator User Interface Elements of WML Nokia 9210 Communicator User Interface Elements of WML This ch This chapte apter r describ describe es ho s how to use WML in des w to use WML in desiign gnin ing serv g services ices aimed aimed at Nokia 9200 Comm at Nokia 9200 Communicator unicator Series. It giv Series. It give es an overview of the graphical us s an overview of the graphical user interf er interface elem ace elements and th ents and their WML c
ページ11に含まれる内容の要旨
Forum.Nokia.com 3.2 Formatting Elements The table below contains all text layout-formatting elements. These are described in more details in this chapter later on. Element Formatting em Italics font of color red Strong Bold, italics font of color green b Bold font I Italics font U Underlined font Big Font size is set to big Small Font size is set to small P A paragraph break is inserted in the text Br A line break is inserted in the text Table 1: Text layout formats. 3.2.1 Text
Example 1: Text formatting elements. 3.2.2 Paragraph Paragraph
determines the text groups. A new paragraph always starts on a new line. Text inside a paragraph can be aligned to the left, center, or right, but left alignment is used by default. A
ページ13に含まれる内容の要旨
Forum.Nokia.com break is inserted before and after each table. The table may also contain images and links, which are focused from left to right and from top to bottom order. The maximum number of columns in a table is 30. All cell contents of tables over 30 columns are rendered in the last column of the table.
Date
F'cast
T
ページ14に含まれる内容の要旨
Forum.Nokia.com 3.4 Images, Links, and Timers 3.4.1 Img – Images Figure 6: Different types of images. In addition to WBMP image format Nokia 9210 Communicator supports all the most commonly know image formats. Note: some WAP Gateways may not support all these content types. Nokia WAP Gateway products support all these content types listed here: • a WBMP (Wireless Bitmap), "image/vnd.wap.wbmp" • a JPEG File (incl. progressive), ".JPG", "image/jpeg" • a GIF file, ".GIF", "image/gif"
ページ15に含まれる内容の要旨
Forum.Nokia.com
Format:GIF JPEG Stretched JPEG:
Example 3: Image element. 3.4.2 Anchors A and anchor elements specify the head of links to another card or deck, for example. A link provides easy navigation through an application. An anchor may consist of text, a
ページ16に含まれる内容の要旨
Forum.Nokia.com
Monday 6/7
Tuesday 6/8
Wednesday 6/9
Thursday 6/10<
ページ17に含まれる内容の要旨
Forum.Nokia.com Figure 8: Do elements in an options list. The options list is focused. Each WML deck can have a template element. The template contains do elements that are to be displayed on each card of the deck. A card’s do elements can either override or hide the template’s do elements. Hidden do elements will not be shown. The order of the card’s do elements in the options list is the same as in which they are defined on the card, unless they override the template’s do elements. Th
ページ18に含まれる内容の要旨
Forum.Nokia.com
ページ19に含まれる内容の要旨
Forum.Nokia.com 3.6 WML Input Processing 3.6.1 Input elements Figure 9: Input element – focus is in the input box with numeric format. An input element specifies a text entry object for data input. It is shown as an input box in a card. The text entered in the input element can be determined by the format attribute. The format string specifies that a particular character must be a number, an uppercase character, or a lowercase character, for example. The user can enter any characters
ページ20に含まれる内容の要旨
Forum.Nokia.com
Input your birthday:
Date of birth:
Example 6: Input element – Input box. 3.6.2 Selection lists Figure 10: Simple sing