-
-
Save machida/1117453 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Plan] | |
type = text | |
size = 35 | |
label = Where are you going to go? | |
[Plan] | |
type = textfield | |
size = 35 | |
hideKey = true | |
[Favorite Fruits] | |
type = checkbox | |
value = apple # orange # banana # grape | |
default = orange # grape | |
[Miles Walked] | |
type = radio | |
value = 0-9 # 10-19 # 20+ | |
default = 10-19 | |
clearButton = true | |
[Temper Level] | |
type = select | |
value = High # Medium # Low | |
default = Low | |
[Hidden Thought] | |
type = textarea | |
rows = 4 | |
cols = 40 | |
tinyMCE = true | |
htmlEditor = true | |
mediaButton = true | |
[File Upload] | |
type = file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment