[Assorted-commits] SF.net SVN: assorted:[1873] sandbox/trunk/src/web
Brought to you by:
yangzhang
From: <yan...@us...> - 2013-10-18 01:27:47
|
Revision: 1873 http://sourceforge.net/p/assorted/svn/1873 Author: yangzhang Date: 2013-10-18 01:27:44 +0000 (Fri, 18 Oct 2013) Log Message: ----------- Add HTML maxlength constraints demo Added Paths: ----------- sandbox/trunk/src/web/constraints/ sandbox/trunk/src/web/constraints/index.html Added: sandbox/trunk/src/web/constraints/index.html =================================================================== --- sandbox/trunk/src/web/constraints/index.html (rev 0) +++ sandbox/trunk/src/web/constraints/index.html 2013-10-18 01:27:44 UTC (rev 1873) @@ -0,0 +1 @@ +<input type='text' value='aoeu' maxlength='2'/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |