Difference between revisions of "Change text box size"
(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...) |
|||
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 10: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
1 quest.size=50;