javascript - HTML5 Canvas multi-line textboxes -
okay, so, essentially, i'm getting user input <input>
tag , shoving canvas. , 1 line, there cases need whole paragraphs of text. aware, not every letter of same width, means can't have multiple <input>
tags maxlength attribute. it's jarring have multiple input tags. long story short: there way put paragraph textboxes html5 canvas element?
why can't go ahead , use textarea multiline handling?
<textarea name="mytextarea" cols="30" rows="5" />
Comments
Post a Comment