11-28-2016 05:31 AM
hi,
how can i get browser's url parameter (searchTerm) at controller of aikau site page
Regards
janaka
11-28-2016 10:29 AM
You simply cannot in the server side JavaScript web script controller. Such URL hashes are only available on the client-side. They are used to encode state of widgets and are sometimes used to pre-initialise the state of widgets as well. There should generally be no need to handle these in web script controllers other than enabling hash detection / analysis in the relevant widgets, which will retrieve the value upon client-side instantiation (when the page is loaded in the browser).
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.