Skip to content

Instantly share code, notes, and snippets.

@molecul3
Created November 22, 2019 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save molecul3/019d0e3b540608157c480103372cb3ba to your computer and use it in GitHub Desktop.
Save molecul3/019d0e3b540608157c480103372cb3ba to your computer and use it in GitHub Desktop.
test-dialog.xml for JSL dialog
<dialog title="JSFL dialog" buttons="accept, cancel">
<vbox>
<label control="myTextfield" value="Enter some text"/>
<textbox id="myTextfield"/>
<label control="myColor" value="Choose a nice color"/>
<radiogroup id="myColor">
<radio label="Orange"/>
<radio selected="true" label="Violet"/>
<radio label="Yellow"/>
</radiogroup>
</vbox>
</dialog>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment