- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2017 06:58 AM
There is extra space showing up after all the variables on the catalog form. I tried to wrap all the variables in a container but did not help. Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2017 02:33 PM
That may be why. Try switching your g_form.setVisible to g_form.setDisplay
Set Visible:
Hides the field if false.
If the field is hidden, the space is left blank. This method cannot hide mandatory fields with no value.
Set Display
Displays the field if true. Hides the field if false. This method cannot hide mandatory fields with no value.
If the field is hidden, the space is used to display other items.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2017 10:02 AM
This only happens for one option where I have only one container. Others have multiple but they show up fine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2017 12:03 PM
Is there any alternate to this? If i remove all the containers it might mess up the formatting on other options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2017 01:51 PM
Do you have any UI Policies or Catalog client scripts that hide variables on the form? using either g_form.setDisplay or g_form.setVisible ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2017 01:55 PM
yes, have a bunch of them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2017 02:33 PM
That may be why. Try switching your g_form.setVisible to g_form.setDisplay
Set Visible:
Hides the field if false.
If the field is hidden, the space is left blank. This method cannot hide mandatory fields with no value.
Set Display
Displays the field if true. Hides the field if false. This method cannot hide mandatory fields with no value.
If the field is hidden, the space is used to display other items.