当前位置: 首页 > 网络学院 > XML相关教程 > WAP > <refresh>

WAP
WAP 介绍
WAP 基础知识
WML 格式化
WML 链接
WML Input
WML 任务
WML 计时器
WML 变量
WML 实例
Validate WML
WML 参考
WML 字符实体
WML DTD

WAP 中的 <refresh>


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 189 ::
收藏到网摘: n/a

The <refresh> task refreshes some specified card variables. If any of the variables are shown on the screen, this task also refreshes the screen.
<refresh>是用于刷新指定的卡片变量的。如果变量并为出现在屏幕上,那么执行该任务将刷新屏幕。

Note: The <refresh> tag can be nested inside an <anchor>, <do>, or <onevent> tag. 
注意:<refresh>标签可以被嵌套在一个<anchor>、<do>或<onevent>标签中。

Syntax
语法

<refresh>
..<setvar>..
</refresh>

Attributes
属性

属性 描述
class cdata Sets a class name for the element. The class name is case sensitive. An element can be connected to multiple classes. Multiple class names within the class attribute are separated by white space
为元素设置一个类名称。类名称是字母大小写不敏感的。一个元素可以被连接到多个类中。类属性中的多个类名称是通过空白符进行分隔的
id id Sets a unique name for the element
为元素设置一个独立的名称

Examples
案例

The example below uses an <anchor> tag to add a "Refresh this page" link to the card. When the user clicks on the link, he or she refreshes the page and the value of the variable x will be set to 30:
在下面的案例中,我们通过使用<anchor>标签向卡片中添加了一个"Refresh this page"的连接。当用户点击该连接时,他/她将会刷新页面,并且变量x 的值将被设置为30:

<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card>
<p> <anchor> Refresh this page <go href="thispage.wml"/> <refresh> <setvar name="x" value="30"/> </refresh> </anchor>
</p>
</card>
</wml>

评论 (0) All

登陆 | 还没注册?