I am developing a project in which i’m displaying certain checkboxes to user that he may select a few of them as his/her seat as in movie hall or airplane. I want checkbox to be displayed as chairs or some other image how can i do it. The generation of checkboxes is happening in custom tag (java web project)
I am developing a project in which i’m displaying certain checkboxes to user that
Share
If you want to do this then u should write a custom java script code for this purpose.
Create image and then associate the states (true / false) with them and when user perform the select(Click) operation on those image then change the state associated with Image.
Here is a link from where u can learn how to implement this
http://homepage.ntlworld.com/vwphillips/ImageCheckBox/ImageCheckBox.htm