Announcement

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

    Where is the left padding on FormItemIcon specified

    Sorry, but just can't find it. In our old web we get padding left with this code:

    Code:
    FormItem field...
    FormItemIcon helpFormIcon...
    field.setIcons(helpFormIcon);
    The resulting source html with Enterprise, 12.1 is:
    [<img src="...question_16.png" style="vertical-align:middle;margin-top:0px;margin-bottom:0px;margin-left:3px;display:block;cursor:pointer;-webkit-touch-callout:none" id="isc_VS" suppress="TRUE" draggable="true" width="16" height="16" border="0" align="TEXTTOP">]

    I canot for the life of me find where the setting to achieve that padding-left 3px is defined. In our new 13.0 web, it is 0px. In your showcase it's also 3px still, so we must have changed some skin-setting that affects this - but i cannot see what we've changed that's related to this one. Heeeeeeeeeeelp :)
    Last edited by mathias; 20 Jan 2022, 02:12.

    #2
    FormItem.iconHSpace.

    General approach: start with FormItem, search for padding, spacing, margin, etc.

    Comment


      #3
      Yeah, thanks. I did actually try that one, but must have made a mistake when trying it out.

      Comment

      Working...
      X