Skip to content

Instantly share code, notes, and snippets.

@juanpicado
Created September 4, 2014 22:03
Show Gist options
  • Save juanpicado/89ac0ea6153aeb27ebef to your computer and use it in GitHub Desktop.
Save juanpicado/89ac0ea6153aeb27ebef to your computer and use it in GitHub Desktop.
dojo widget jsp binding
<div id="chart" data-dojo-type="me/web/widget/tweetpoll/detail/TweetPollChartDetail"
tweetPollid="${tweetpoll.id}"
question="${tweetpoll.questionBean.questionName}"
completed="${tweetpoll.completed}"
username="${tweetpoll.ownerUsername}"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment