37 _abaa.tag_object_of(('CWSourceSchemaConfig', 'cw_schema', '*'), False) |
37 _abaa.tag_object_of(('CWSourceSchemaConfig', 'cw_schema', '*'), False) |
38 _abaa.tag_object_of(('CWSourceSchemaConfig', 'cw_for_source', '*'), False) |
38 _abaa.tag_object_of(('CWSourceSchemaConfig', 'cw_for_source', '*'), False) |
39 _abaa.tag_object_of(('CWSourceSchemaConfig', 'cw_host_config_of', '*'), False) |
39 _abaa.tag_object_of(('CWSourceSchemaConfig', 'cw_host_config_of', '*'), False) |
40 |
40 |
41 _afs = uicfg.autoform_section |
41 _afs = uicfg.autoform_section |
42 _afs.tag_attribute(('CWSource', 'synchronizing'), 'main', 'hidden') |
|
43 _afs.tag_object_of(('*', 'cw_for_source', 'CWSource'), 'main', 'hidden') |
42 _afs.tag_object_of(('*', 'cw_for_source', 'CWSource'), 'main', 'hidden') |
44 |
43 |
45 _affk = uicfg.autoform_field_kwargs |
44 _affk = uicfg.autoform_field_kwargs |
46 _affk.tag_attribute(('CWSource', 'parser'), {'widget': wdgs.TextInput}) |
45 _affk.tag_attribute(('CWSource', 'parser'), {'widget': wdgs.TextInput}) |
47 |
46 |