Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Group label styling

    I would like to change the background colour of the label that is on a group border ( a dynamic form with .setIsGroup(true) )

    I have changed the code in load_skins.js, as follows, to set the border colour, and want the label background to match, which is currently black text on white.
    Code:
    isc.Canvas.addProperties({ groupBorderCSS: "1px solid #165fa7"  });

    Browser: Internet Explorer 11
    SmartClient Version: v9.0p_2013-10-17/PowerEdition Deployment (built 2013-10-17

    #2
    See the docs for canvas.groupLabelStyleName and groupLabelBackgroundColor

    Comment

    Working...
    X