Anonymous
Register
Home
Projects
Blog
Follow
Get Involved
People
About
Start here
Find via views:
Rich Client Components
Reusable Controls
Projects
Find via search:
Go
Download
Download sample
Open project
Voting XPage Control
Contributors
Niklas Heidloff, Steve Castledine
Downloads
606
Rating
Type
Reusable Controls
Last updated on
Dec 7, 2009
License
Apache License Version 2.0
Tested platforms
Domino 8.5
This project contains two XPage custom controls that can easily be used in custom applications for simple votings.
The voting question and options are defined via the Notes client. Users can then vote via web browser and they see the results after they have voted.
Technically this sample is interesting. It uses the DoJo dojox.charting.DataChart class. Plus it shows how to use server side JavaScript and client side JavaScript in the custom controls and how to pass values.
This first version is kept very simple. The user interface is rather limited as well as the functionality (e.g. only <= 5 options). The main motivation of this project was to show how easy it is to use DoJo charts based on data from Notes databases.