Created
September 4, 2014 22:03
-
-
Save juanpicado/89ac0ea6153aeb27ebef to your computer and use it in GitHub Desktop.
dojo widget jsp binding
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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