Latest web development tutorials

XSL-FO multi-toggle objects

XSL-FO Reference Manual XSL-FO Reference Manual

Definition and Usage

The <fo: multi-toggle> object is used when an object is activated (eg: Click) to create a domain and from a <fo: multi-case> switch to another <fo: multi-case>.

"Switch-to" property is usually matched to switch to the <fo: multi-case> of "case-name" attribute.

<Fo: multi-toggle> object must be <fo: multi-case> subclass object.


grammar

<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>

Attributes

属性
id
role
source-document
switch-to


XSL-FO Reference Manual XSL-FO Reference Manual