- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Harry,
You can control the borders in the Object > Field palette. Just select custom appearance in the dropdown and then edit the borders individually.
You can go a script route, but it is a bit involved as you need to script each border individually. For example this will make the bottom border invisible of the object that contains the script:
this.ui.oneOfChild.border.getElement("edge",2).presence = "invisible";Replacing "2" with "0" will change the top border.
As I say you are probably better doing this at design time in the custom appearance dialog.
Good luck,
Niall