Skip to content

Instantly share code, notes, and snippets.

@machida
Created August 1, 2011 01:54
Show Gist options
  • Save machida/1117453 to your computer and use it in GitHub Desktop.
Save machida/1117453 to your computer and use it in GitHub Desktop.
[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