Set Focus on 1st Filter in Query

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
BLOMASKY
Posts: 1473
Joined: Wed Sep 30, 2015 10:08 pm
Location: Ocala FL

Set Focus on 1st Filter in Query

Post by BLOMASKY »

With a huge amount of guidance from Support, I figured out how to have the 1st filter field in focus on a query. In the render script I entered:

$("#" + parser.m_widgetInfo.wrapperId).find("[role='textbox']:first").focus();


Bruce
Post Reply