File: CheckboxPage.ckd

package info (click to toggle)
amrita 1.0.2-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 1,880 kB
  • ctags: 1,363
  • sloc: ruby: 9,159; xml: 978; makefile: 111
file content (26 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
HeaderFooter : HeaderFooter {
	title  = "Checkbox";
	source = "CheckboxPage";
}

Form : CKForm {
}

Submit : CKSubmitButton {
}

Button1 : CKCheckbox {
	checked = button1;
}

Button2 : CKCheckbox {
	checked = button2;
}

Button3 : CKCheckbox {
	checked = button3;
}

Result : CKAmritaElement {
}