Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Maximum text length: Difference between revisions

From Catglobe Wiki
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