dojox
»
presentation
»
Slide
» _getNextAction
dojox.presentation.Slide._getNextAction
dojo.require("dojox.presentation._base");
defined in dojox/presentation/_base.js
returns the _next action in this sequence
Usage
function ()
(view source)
return
this
._actions
[
this
._actionIndex
+1
]
||
0
;