Skip to content

Instantly share code, notes, and snippets.

@hank-cp
Created November 24, 2011 15:26
Show Gist options
  • Save hank-cp/1391580 to your computer and use it in GitHub Desktop.
Save hank-cp/1391580 to your computer and use it in GitHub Desktop.
Title: This is Title
Checkbox:
Prompt: Check Box Title
Type: Checkbox
Order: 1
Checkbox def false:
Type: Checkbox
DefaultValue: false
Order: 2
Checkbox def true:
Type: Checkbox
DefaultValue: true
Order: 3
TextField:
Type: TextField
DefaultValue: asdfasdfasdfasdf
Order: 4
Length: 10
Hints: put some text here...
NumericTextField:
Type: NumericTextField
DefaultValue: 1234.32
Order: 5
Hints: Only numbers...
DatePicker:
Type: DatePicker
DefaultValue: 20120101
Order: 6
TimePicker:
Type: TimePicker
DefaultValue: 083039
Order: 7
DateTimePicker:
Type: DateTimePicker
DefaultValue: 20121001-203048
Order: 8
OptionPicker:
Type: OptionPicker
Options:
- option1
- option2
- option3
DefaultValue: option3
Order: 9
RadioPicker:
Type: RadioPicker
Options:
- 'Yes'
- 'No'
- Don't know
DefaultValue: Don't know
Order: 10
RadioPicker:
Type: RadioPicker
Options:
- '1'
- '2'
- '3'
- '4'
- '5'
DefaultValue: '1'
Order: 11
ClientPicker:
Type: ClientPicker
Order: 12
Mandatory: You must pick a client.
SummaryFields:
- ClientPicker
- DateTimePicker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment