Wednesday, January 11, 2012

Sliding the Text in Xpages

Paste this into your xpage's source

<xp:eventHandler event="onclick" submit="false">

<xp:this.script>

<xp:scriptGroup>

<xe:alertAction
text="Sliding text to position 0, 1000">
</xe:alertAction>

<xe:dojofxSlideTo node="div1" duration="1500" left="100"
top="500">
</xe:dojofxSlideTo>


</xp:scriptGroup>

</xp:this.script>

</xp:eventHandler>

No comments:

Post a Comment