I want to access the search options pulldown on the Application Layout control in order to check the value before selecting the page name. I’ve tried
getComponent("searchopt").getValue()
but just get a null return. I can’t see anything obvious.
Thanks
The search bar doesn’t have an id, so you can’t use getComponent on it directly. You can get the Layout control using getComponent and you need to take it from there. The debug control can show how exactly the property names are.