Line | |
---|
1 | <?xml version="1.0"?> |
---|
2 | <object name="student_check_pin" meta_type="CPS Layout"> |
---|
3 | <property name="layout_create_method">layout_check_pin_create</property> |
---|
4 | <property name="layout_edit_method"></property> |
---|
5 | <property name="layout_view_method"></property> |
---|
6 | <property name="style_prefix">layout_default_</property> |
---|
7 | <property name="flexible_widgets"/> |
---|
8 | <property name="validate_values_expr"></property> |
---|
9 | <widget name="jamb_id" meta_type="JambRegNo Widget"> |
---|
10 | <property name="title">Jamb Registration No</property> |
---|
11 | <property name="fields"> |
---|
12 | <element value="jamb_reg_no"/> |
---|
13 | </property> |
---|
14 | <property name="is_required">True</property> |
---|
15 | <property name="label_edit">Enter Jamb Registration Number</property> |
---|
16 | <property name="readonly_layout_modes"/> |
---|
17 | <property name="hidden_layout_modes"/> |
---|
18 | <property name="hidden_readonly_layout_modes"/> |
---|
19 | </widget> |
---|
20 | <widget name="pin" meta_type="Scratchcard Pin Widget"> |
---|
21 | <property name="title">Scratchcard Pin</property> |
---|
22 | <property name="fields"> |
---|
23 | <element value="app_ac_pin"/> |
---|
24 | </property> |
---|
25 | <property name="label_edit">Enter Scratch Card Pin</property> |
---|
26 | <property name="readonly_layout_modes"/> |
---|
27 | <property name="hidden_layout_modes"/> |
---|
28 | <property name="hidden_readonly_layout_modes"/> |
---|
29 | </widget> |
---|
30 | <table> |
---|
31 | <row> |
---|
32 | <cell name="jamb_id"/> |
---|
33 | </row> |
---|
34 | <row> |
---|
35 | <cell name="pin"/> |
---|
36 | </row> |
---|
37 | </table> |
---|
38 | </object> |
---|
Note: See
TracBrowser for help on using the repository browser.