Announcement

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

    About nested tabset appearance adjusting

    Hi, I was just adjusting the outline of nested tabset and the result I want is that the vertical and horizontal contour of tabset can overlap without any blank as the following attachment 1 illustrations.
    I use developer tools provided by browsers to edit the div properties as what the following attachment picture 2 shows. And it does work unless it is temporary.
    Also, I have attempted to edit the tabset properties with java codes and draw it using VisualBuilder to set the layout frame. However, neither of these two setting methods can make effects,As show in attachment 3 and 4.
    Could you please tell me how can I figure out what is wrong here and what can I do to make these settings become effective.
    The develop enviroment I use is SmartGWT EE 4.0p.Browser is IE 9 compatible mode.
    Attached Files

    #2
    You're seeing the default margin set on the paneContainer of the TabSet. Set this to zero if you don't want it.

    Comment

    Working...
    X