Share Form - Set Field Focus

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2014 04:22 PM
Hello,
Using 4.2….
I want to set focus on a specific field when form is comes up. For example, I want to set focus in one of my fields in the Edit Properties Form.
Edit Properties does not seem to have any field focus set. doclib-simple-metadata form does but it is first field in form and I cannot see where that is being set explicitly.
Not sure how to do this. Can I just create a custom control for the property associated to this filed and grab focus in it?
Mike
Using 4.2….
I want to set focus on a specific field when form is comes up. For example, I want to set focus in one of my fields in the Edit Properties Form.
Edit Properties does not seem to have any field focus set. doclib-simple-metadata form does but it is first field in form and I cannot see where that is being set explicitly.
Not sure how to do this. Can I just create a custom control for the property associated to this filed and grab focus in it?
Mike
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2014 01:43 AM
Hi,
You can write you custom js file and in that whenever your field gets rendered, you can fire an event and can set focus on that.
Hope this helps.
You can write you custom js file and in that whenever your field gets rendered, you can fire an event and can set focus on that.
Hope this helps.
