B4J Question [SOLVED][ABMaterial] How set only side borders for a container

Cableguy

Expert
Licensed User
Longtime User
Hi Gurus,

I think this can be achieved either using the new Banano libs feature or using the CSS manipulation... But I'm simply at lost!

What I aim to achieve is to set a vertical "separator" like the on the "BlockQuote" but instead of set to the component, set it to the container?

Thanks
 

Cableguy

Expert
Licensed User
Longtime User
I guess I could use the "SetExtraStyle" property, but I have no Idea of what it expects as values!

After some searching online I found a CSS example...

menucont.SetExtraStyle($"border-width: 2px 2px 2px 0; /* top right bottom left */
border-style: solid dotted inset double;
border-color: #f00 #0f0 #00f #ff0;"$)

This works as expected, and as per the Thread Title, and Now I realize I miss-phrased the thread title.
 
Last edited:
Upvote 0
Top