WMLリファレンスガイド

[トップページ] [前のセクション] [次のセクション] [索引]

12/13セクション


3章
WMLクイックリファレンス



デッキとカード

タグ 構文
<wml>  
<wml xml:lang="lang" >
   content
</wml>
 
<card>  
<card id="name"
      title="label"
      newcontext="boolean"
      style="style"
      onenterforward="url"
      onenterbackward="url"
      ontimer="url" >
   content
</card>
 
<template>  
<template onenterforward="url"
          onenterbackward="url"
          ontimer="url" >
   content
</template>
 
<head>  
<head>
   content
</head>
 
<access>  
<access domain="domain"
        path="path" />
 
<meta>  
<meta name="name"|http-equiv="name"|user-agent="agent"
      content="value"
      scheme="format" />
 


タイマー

タグ 構文
<timer>  
<timer name="variable"
       value="value" />
 


変数

タグ 構文
<setvar>  
<setvar name="name"
     value="value" />
 


リンク

タグ 構文
<anchor>  
 
<a>  
<a title="label" >
   task
   text
</a>
 


イベント

タグ 構文
<do>  
<do type="type"
    label="label"
    name="name"
    optional="boolean" >
task
</do>
 
<onevent>  
<onevent type="type" >
   task
</onevent>
 


タスク

タグ 構文
<go>  
<go href="url"
    sendreferer="boolean"
    method="method"
    accept-charset="charset"
content
</go>
 
<prev>  
<prev>
   content
</prev>
 
<noop>  
<noop/>  
<refresh>  
<refresh>
   content
</refresh>
 


イメージ

タグ 構文
<img>  
<img alt="text"
     src="url"
     localsrc="icon"
     align="alignment"
     height="n"
     width="n"
     vspace="n"
     hspace="n" />
 


ユーザー入力

タグ 構文
<input>  
<input name="variable"
       title="label"
       type="type"
       value="value"
       default="default"
       format="specifier"
       emptyok="boolean"
       size="n"
       maxlength="n"
       tabindex="n" />
 
<select>  
<select title="label"
        multiple="boolean"
        name="variable"
        default="default"
        iname="index_var"
        ivalue="default"
        tabindex="n" >
   content
</select>
 
<option>  
<option title="label"
        value="value"
        onpick="url" >
   content
</option>
 
<optgroup>  
<optgroup title="label" >
   content
</optgroup>
 
<fieldset>  
<fieldset title="label">
   content
</fieldset>
 


レイアウトとテキストの書式設定

タグ 構文
<b>  
<b>
   text
</b>
 
<big>  
<big>
   text
</big>
 
<br>  
<br/>  
<em>  
<em>
   text
</em>
 
<i>  
<i>
   text
</i>
 
<p>  
<p align="alignment"
    mode="wrapmode" />
 
<small>  
<small>
   text
</small>
 
<strong>  
<strong>
   text
</strong>
 
<table>  
<table align="alignment"  
       title="label"  
       columns="n"/>  
<td>  
<td>content</td>  
<tr>  
<tr>  
  <td>content</td>  
</tr>  
<u>  
<u>
   text
</u>
 


特殊文字

記述する文字 表示される文字
&lt;  

< (より小さい)

&gt;  

> (より大きい)

&apos;  

(シングルクォーテーション)

&quot;  

" (ダブルクォーテーション)

&amp;  

& (アンパサンド)

$$  

$ (ドル記号)

&nbsp;  

非区切りスペース

&shy;  

ソフトハイフン


[トップページ] [前のセクション] [次のセクション] [索引]


Copyright © 1999, Phone.com Inc. All rights reserved.
ご意見、ご質問は、 doc-comments@corp.phone.comまでお寄せください。