网络学院 w3pop社区 网络资源 IT新闻

w3pop.com :: 网络学院 :: XSL-FO :: XSL-FO multi-toggle 对象

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

XSL-FO multi-toggle 对象


作者:w3pop.com 翻译/整理:w3pop.com 发布:2007-04-29 浏览:504 :: ::

Definition and Usage
定义和用法

The <fo:multi-toggle> object is used to create an area that when activated (e.g. clicked), switches from one <fo:multi-case> to another.
<fo:multi-toggle> 对象的作用是:当对象被激活时(如:单击),那么该对象将创建一个域,并从一个<fo:multi-case>转换为其它结果。

The "switch-to" property typically matches the "case-name" property of the <fo:multi-case> to switch to.
 "switch-to"属性的作用是:使转变后的结果与<fo:multi-case>中的"case-name"属性相匹配。

An <fo:multi-toggle> object must be a descendant of an <fo:multi-case> object.
一个<fo:multi-toggle>对象必须是<fo:multi-case>对象的子类。


Syntax
语法

<fo:multi-toggle>
  <!--
	Contents:(#PCDATA|bidi-override|character|
	external-graphic|instream-foreign-object|
	inline|inline-container|leader|page-number|
	page-number-citation|basic-link|multi-toggle|
	block|block-container|table-and-caption|
	table|list-block)*
  -->
</fo:multi-toggle>

Properties
属性

属性
id
role
source-document
switch-to

评论 (0) All