Nokia 9110i 사용자 설명서

다운로드
페이지 26
14 (26)
 
If the title of the card is too long, the end of the title is not shown. If the active element is too long the
end of the element is not shown. If the title of the active hyperlink is not defined the actual URL is
shown. If the URL is too long, the end of the URL is not shown.
For example if the user navigates to a select element, its title is displayed. While the user is choosing
something from the select menu, the title is updated to reflect the option currently under the cursor.
After the selection has been done, the title shows the title of the select element again.
5.1.1  Card
The card element is a container of text and input elements and indicates the general layout. The order
of elements in a card is significant.
 
 
Example 1 WML deck with cards
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Nokia Group">
<p>
<img src="n2_black.wbmp" alt="nokia"/><br/>
<big>Nokia Group</big><br/>
<a title="Nokia In Brief" href="info.wml">General Information –
Nokia In Brief</a> <br/>
<a title="Research Projects" href="NRCprojects.wml">Research And
Development</a><br/><br/>
<big>News Release - Latest Releases</big><br/>
<a title="Financial Information" href="Financial.wml">Financial
Information</a>
</p>
<do type="prev" label="Back">
<prev/>
</do>
</card>
</wml>
5.1.2  Paragraph
Paragraph <p> determines the text groups, new paragraph always starts at a new line. Sentences too
long to fit the screen are in all cases word-wrapped. Text inside a paragraph can be aligned left, center
or right by option, left is displayed by default. Align is determined in paragraph attributes (f.ex. <p
align="right">).