rlakinski Posted August 21, 2011 Posted August 21, 2011 hi, I've implemented login form with two TuniEdit fields (for username and password) and a TUniButton (for submit button). I tried to set TuniButton's default property to true, but it seems it is not working in web mode. I also tried TUniBitBtn but without success. How can I set form's default button (which will be functional in web mode)? Thanks. Quote
Administrators Farshad Mohajeri Posted August 21, 2011 Administrators Posted August 21, 2011 Default button is activated when Enter key is pressed. In web mode Enter key is not monitored by browser, so default button has no effect. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.