753 Posts in 310 Topics by 289 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1307 Views |
-
cancel login widget 'auto-select'

30 November 2009 at 4:48pm
when the page on my site loads, the 'username' form gets selected and my page slides down to view the widget. how do i change this, so that when the page loads none of the forms are selected?
-
Re: cancel login widget 'auto-select'

21 January 2011 at 5:30am
I would like to know how to do this aswell.
Did you get it sorted Nickt?
-
Re: cancel login widget 'auto-select'

22 January 2011 at 5:03am
Got it! You can add the following;
class Page_Controller extends ContentController {
public function LoginForm() {
$Validator=Validator::get_javascript_validator_handler();
Validator::set_javascript_validation_handler('none');
$form=parent::LoginForm();
Validator::set_javascript_validation_handler($Validator);
return $form;
}
| 1307 Views | ||
|
Page:
1
|
Go to Top |

