Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #30971
| Newsgroups | comp.lang.javascript |
|---|---|
| Date | 2016-07-25 11:49 -0700 |
| References | <5486a32e-a929-445a-98eb-1aaa2ed3dcc0@googlegroups.com> |
| Message-ID | <bc67be05-cf4d-41a0-a1f8-bc33c3a22bc1@googlegroups.com> (permalink) |
| Subject | Re: HTML inside a CANVAS |
| From | "Michael Haufe (TNO)" <tno@thenewobjective.com> |
On Monday, July 25, 2016 at 1:22:39 PM UTC-5, bit-n...@hotmail.com wrote: > I know next to nothing about CANVAS, but - say, if I want a form *inside* it, with text boxes and a submit button like normal..... - is that possible? How? > > > Thanks. Implement it yourself, from pixels upwards [1]. In other words, unless you are actively trying to create your own rendering engine and if you're asking such a question, you're probably approaching problem wrong. Why not simply use HTML and/or SVG? [1] This would be a very ambitious project to pursue. I've considered it myself on more than one occasion, but is terribly involved. Some people have made some progress in this direction. For example: <http://www.zebkit.com/>
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
HTML inside a CANVAS bit-naughty@hotmail.com - 2016-07-25 11:22 -0700
Re: HTML inside a CANVAS "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-07-25 11:49 -0700
Re: HTML inside a CANVAS bit-naughty@hotmail.com - 2016-07-26 10:56 -0700
Re: HTML inside a CANVAS "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-07-26 16:26 -0700
Re: HTML inside a CANVAS bit-naughty@hotmail.com - 2016-07-28 07:22 -0700
Re: HTML inside a CANVAS "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-07-28 07:54 -0700
Re: HTML inside a CANVAS bit-naughty@hotmail.com - 2016-07-31 12:19 -0700
Re: HTML inside a CANVAS "Christoph M. Becker" <cmbecker69@arcor.de> - 2016-08-01 12:16 +0200
Re: HTML inside a CANVAS Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-08-01 14:51 +0200
Re: HTML inside a CANVAS bit-naughty@hotmail.com - 2016-07-26 10:57 -0700
Re: HTML inside a CANVAS "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-07-27 00:21 +0200
Re: HTML inside a CANVAS "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-07-26 16:12 -0700
Re: HTML inside a CANVAS bit-naughty@hotmail.com - 2016-07-28 07:22 -0700
csiph-web