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.

Change text box size: Difference between revisions

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