Hello,
I'm trying to have a form, and when the user clicks “add” or “edit”, the field with focus should not be the first.
Allow me to show an example:
Date: __________________
Time: _________
Description: _______________________
“Date” and “Time” values are suggested automaticaly by the system, so the user in 99% of the time will only fill in the “Description” field.
I don't know if it's relevant, but the “Date” field is a jQuery datepicker.
I've tryed to use the “beforeShowForm” event, but I had no success.
…,
beforeShowForm: function (formid) {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top