Difference between revisions of "Maximum text length"

From Catglobe Wiki
Jump to: navigation, search
(New page: == Challenge == You want to set maximum length on text question == Code == quest.maxlength = 2)
 
(Code)
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 11:59, 2 March 2009

Challenge

You want to set maximum length on text question

Code

1 quest.maxlength = 2