More actions
New page: == Challenge == You want to set maximum length on text question == Code == quest.maxlength = 2 |
|||
Line 2: | Line 2: | ||
You want to set maximum length on text question | You want to set maximum length on text question | ||
== Code == | == Code == | ||
<source lang="javascript" line="1" > | |||
quest.maxlength = 2 | quest.maxlength = 2 | ||
</source> |
Revision as of 09:59, 2 March 2009
Challenge
You want to set maximum length on text question
Code
quest.maxlength = 2