Is there any way to define the size of a popup browser window when using the ViewRedirector Module?
EDIT: wow, this is totally possible 🙂 I read the code, and it turns out you can do this:
<module name="ViewRedirector">
<param name="viewTarget">flashtimeline</param>
<param name="popup">width=400px,height=400px;</param>
</module>
EDIT: wow, this is totally possible 🙂 I read the code, and it turns out you can do this:
<module name="ViewRedirector">
<param name="viewTarget">flashtimeline</param>
<param name="popup">width=400px,height=400px;</param>
</module>
Sure, just put a HiddenSearch module above the ViewRedirector:
<module name="HiddenSearch">
<param name="search">some search string</param>
<module name="ViewRedirector">
I know this is kind of crazy to ask a question here, but I was wondering if it's possible to have a separate search query for the popup window.
Worked Awesome!!! Thanks Alex