
	enterAsTab(void): void
	
		Just call the function after the &lt;form&gt; tags or inside the onload event. The function will
		add the tabulation through the enter key for all the inputs, except &lt;select&gt;'s (enter is used to
		select an option) and &lt;textarea&gt;'s (enter is used to break lines).
		The inputs must be inside a &lt;form&gt; tag, otherwise they won't receive the behaviour.
	
