Is it possible to create forms within the CANVAS element im using the processingJS library but cannot find any support for forms?
Is it possible to create forms within the CANVAS element im using the processingJS
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t directly put other HTML elements in a canvas, but nothing’s stopping you from positioning HTML elmements over a canvas. Firefox
5 is going to have4 has a mechanism to allow a canvas (or anything else) to be used as a background for another element, so with a facility like that you could draw into a canvas that’s set up as the background for your<form>(or whatever).