Show Help, "More Information" should be visible or open by default
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2016 06:24 AM
I have a requirement where few of my variables in the catalog item has "More Information" tag . I have selected show help in the each variable section. But they are closed by default. I want to show it Open by default when catalog item loads.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2016 06:35 AM
You can do that with some onload javascript:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2016 10:41 AM
These codes are not working for the variables(with more information tag) which are hidden primarily in catalog item view. If we write this code for variable which is hidden, then all the variables are showing up.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2016 11:42 AM
Are they always hidden in the catalog item or are they displayed conditionally? You could add the code to make the more information link expand whenever you show them. Using javascript is the only way I'm aware of to automatically expand the link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2016 09:45 AM
Its working Brad. Thanks
Can I change the font color for "More Information" text??