PlantUML salt diagram example

From BITPlan Wiki
Revision as of 21:42, 7 March 2017 by Wf (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This example is to explain a solution to issue https://github.com/pjkersten/PlantUML/issues/16

<uml>
salt
{
  Just plain text
  [This is my button]
  ()  Unchecked radio
  (X) Checked radio
  []  Unchecked box
  [X] Checked box
  "Enter text here   "
  ^This is a droplist^
}
</uml>

will be rendered as: