Announcement

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

    Panel with dotted border and combobox

    Welcome,

    I have to create GUI component like that on attached picture with smartGWT 2.3. Does anyone has any ideas? I would be grateful for any help.

    Bartosz
    Attached Files

    #2
    set style as dotted
    for example
    Code:
    #dottborder{
    margin:20px;
    border:2px dotted blue;
    width:500;
    height:500;
    }
    and set that for the component using setStyleName("dottborder") ;

    Comment


      #3
      Thanks Vinuriyer. I've found another problem with padding (white space between the border and content). It doesn't work on canvas with children.

      Comment

      Working...
      X