
	autoTab(void): void
	
		Just call the function after the &lt;form&gt; tags or inside the onload event. The function will
		add the automatic tabulation for all the inputs that have the maxlenght attribute setted.
		The inputs must be inside a &lt;form&gt; tag, otherwise they won't receive the behaviour.
	
