- 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
‎04-03-2019 02:50 PM
Thanks Cheyennes! Little but very helpful and precise answer by you.
Keep it up!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2017 08:48 PM
Worked perfect, Thanks a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2017 12:44 PM
Awesome No problem!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2018 09:18 AM
for client scripts making setdisplay false is not working as expected in RITM fullfiller view.
is there any other solution apart from setdisplay false?