Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
automatically setFocus?
K_SATO
TS 6.1
Solaris 9
When DCR is opened, is setFocus function automatically called by system?
I don't use setFocus in my Javascript for datacapture.cfg.
VisualFormat's also not used.
If I set all of item setVisible(false) in init() function,
when DCR is opened, javascript error :
Focus can't move to controll. controll is not visible or enable to use, or is the type not to get focus.
# I don't know the exact English warning.
This seems to automatically take focus on an item.
And we cannot open DCR without any item visible?
Find more posts tagged with
Comments
JonathonG
IIRC, I beileve that the framework attempts to setFocus to the first item defined in your datacapture.cfg. So, I don't think you can have a DCT with no visible items.
Jonathon
Interwoven Developer
Allstate, Inc.
K_SATO
Thank you, Jonathon.
It's really bad for us...
I have to make a dummy replicant set visible true...
Anyway, Thanks again for your info.