OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

office message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Proposal: last visited page interaction


Hi,

this proposal adds an interaction for presentation that jumps to the last visited
slide. More precisely, it adds a new value to the already existing Event Action
attribute (section 9.9.2).

9.9.9 Event Action

[...]

     * last-visited-page: The presentation jumps to the page that was displayed
       before the current page.

<define name="presentation-event-listener-attlist" combine="interleave">
	<attribute name="presentation:action">
		<choice>
			<value>none</value>
			<value>previous-page</value>
			<value>next-page</value>
			<value>first-page</value>
			<value>last-page</value>
			<value>hide</value>
			<value>stop</value>
			<value>execute</value>
			<value>show</value>
			<value>verb</value>
			<value>fade-out</value>
			<value>sound</value>
			<value>last-visited-page</value>
		</choice>
	</attribute>
</define>


Best regards

Michael


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]