Unsorted
- #varname syntax is called a resolve : It binds element to variable #varname in current view.
Example:<input type="text" name="login" #loginInput/>. Now we can access to login input's value by:loginInput.value
<input type="text" name="login" #loginInput/>. Now we can access to login input's value by: loginInput.value