[Seaside-dev] Issue 351 in seaside: Add #size: to WAFileUploadTag

codesite-noreply at google.com codesite-noreply at google.com
Wed Feb 18 21:35:59 UTC 2009


Comment #1 on issue 351 by jfitzell: Add #size: to WAFileUploadTag
http://code.google.com/p/seaside/issues/detail?id=351

http://www.w3schools.com/TAGS/tag_input.asp says that "size" is available  
on all
<input> tags.

http://www.w3schools.com/TAGS/att_input_size.asp says: "The size attribute  
specifies
the width of an input field.

For <input type="text"> and <input type="password">, the size attribute  
defines the
number of characters that should be visible. For all other input types,  
size defines
the width of the input field in pixels."

So if this is correct, I guess the comment at least would need to be  
different but it
probably makes sense for the method to exist?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the seaside-dev mailing list