Please allow to create groupboxes in Salt

+1 vote
asked Mar 30, 2017 in Closed feature request by Chris38 (220 points)

I 'd like to draw a groupbox in salt.

I am thinking maybe an extension to tables, where one can add text on top of the top left line. For some reason, I cannot paste an image in this post, but I think something like this

{^"My group box"

}

Would look like this:

+-- My group box ------------+
|                            |
+----------------------------+

1 Answer

+1 vote
answered Apr 2, 2017 by plantuml (294,960 points)
selected Apr 7, 2017 by Chris38
 
Best answer

It's not widely tested, but with last beta (beta19)

https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0

You can have

@startsalt
{^"My group box"
  Login    | "MyName   "
  Password | "****     "
  [Cancel] | [  OK   ]
}
@endsalt

 

...