Select to view content in your preferred language

Park and Recreation Finder 10.2

1093
1
Jump to solution
02-07-2014 10:44 AM
HeenaLee
Regular Contributor
Hello,

Is there a way to have the Locate Container (Search toolbox) turned on by default?
After users enter Splash screen, it will be friendly to display Search box initially.
Thank you for your help in advance.

Heena
0 Kudos
1 Solution

Accepted Solutions
CraigMcDade
Deactivated User
Using the same methodology found in this post you will need to make the following changes to your code:

in the default.htm file add ShowLocateContainer(); as shown below:

Line 71

<div class="customButton splashOkButton" onclick="HideSplashScreenMessage(); ShowLocateContainer();">

View solution in original post

0 Kudos
1 Reply
CraigMcDade
Deactivated User
Using the same methodology found in this post you will need to make the following changes to your code:

in the default.htm file add ShowLocateContainer(); as shown below:

Line 71

<div class="customButton splashOkButton" onclick="HideSplashScreenMessage(); ShowLocateContainer();">
0 Kudos