Description:
This event will execute after a vote has been made. This will also execute if the property "onlyOneVote" is set to true and the user returns to the poll after voting. This is useful if you want to display a message when the results are displayed.
Usage:
QuickPoll.voteComplete = function(){
trace("voting is complete")
}
|