More actions
New page: == Challenge == You want to change the text box size in a Text question .The script is often used together with the Maximum text length script == Code == <source lang="javascript"> ques... |
No edit summary |
||
Line 2: | Line 2: | ||
You want to change the text box size in a Text question .The script is often used together with the Maximum text length script | You want to change the text box size in a Text question .The script is often used together with the Maximum text length script | ||
== Code == | == Code == | ||
<source lang="javascript"> | <source lang="javascript" line="1"> | ||
quest.size=50; | quest.size=50; | ||
</source> | </source> |
Revision as of 09:59, 2 March 2009
Challenge
You want to change the text box size in a Text question .The script is often used together with the Maximum text length script
Code
quest.size=50;