Open Window Service Loads and Closes
-
- Posts: 25
- Joined: February 17th, 2022, 3:21 pm
- Contact:
Open Window Service Loads and Closes
I have a hyperlink setup with a controller based off of the click action. In the controller, I pass in the itemnumber and use it as a parameter for the OpenWindow service. The Open Window service uses a widget and is meant to display a Window. What occurs is, when I click on the item number to open the widget, The window opens and loads for a second. Then it automatically closes itself.
word count: 73
Tags:
-
- Posts: 329
- Joined: August 26th, 2021, 9:18 am
- Contact:
Re: Open Window Service Loads and Closes
You probably do not have anything set for the hyperlinks navigate url. When nothing is set it will not add anything to the html elements href which will refresh the page. You should set the property to either javascrip:void(0) or #
word count: 42
-
- Posts: 25
- Joined: February 17th, 2022, 3:21 pm
- Contact:
Re: Open Window Service Loads and Closes
I added the property, both options were available the property under a drop down. It is now working as expected. Thanks
word count: 21