@@ -27,17 +27,17 @@ $hyoo_case_property_row $mol_view
27
27
value?val <=> pick?val \
28
28
options <= pick_options /string
29
29
filter_pattern => pick_query
30
- option_content!id /
31
- <= Pick_option!id $hyoo_case_entity_snippet
32
- entity <= entity!id $hyoo_case_entity
30
+ option_content* /
31
+ <= Pick_option* $hyoo_case_entity_snippet
32
+ entity <= entity* $hyoo_case_entity
33
33
highlight <= pick_query
34
- option_label!id <= pick_option_title!id \
34
+ option_label* <= pick_option_title* \
35
35
<= Content $mol_list rows <= content /
36
- Add_option!id $mol_button_minor
37
- click?event <=> add!id ?event null
36
+ Add_option* $mol_button_minor
37
+ click?event <=> add* ?event null
38
38
sub /
39
- <= Add_option_snippet!id $hyoo_case_entity_snippet
40
- entity <= entity!id $hyoo_case_entity
39
+ <= Add_option_snippet* $hyoo_case_entity_snippet
40
+ entity <= entity* $hyoo_case_entity
41
41
Text $mol_textarea
42
42
hint <= text_hint \…
43
43
value?val <=> text?val \
@@ -48,29 +48,29 @@ $hyoo_case_property_row $mol_view
48
48
Numb $mol_number
49
49
hint \NaN
50
50
value?val <=> numb?val 0
51
- Link_row!id $mol_view
51
+ Link_row* $mol_view
52
52
minimal_height 40
53
- sub <= link_content!id /
54
- <= Link_drag!id $mol_drag
53
+ sub <= link_content* /
54
+ <= Link_drag* $mol_drag
55
55
transfer *
56
- text/plain <= link_title!id \
57
- text/html <= link_html!id \
58
- text/uri-list <= link_uri!id \
59
- Sub <= Link_drop!id $mol_drop
56
+ text/plain <= link_title* \
57
+ text/html <= link_html* \
58
+ text/uri-list <= link_uri* \
59
+ Sub <= Link_drop* $mol_drop
60
60
adopt?transfer <=> transfer_adopt?transfer null
61
- receive?obj <=> receive_before!id ?obj null
62
- Sub <= Link_view!id $mol_view
63
- <= Drop!id $mol_button_minor
61
+ receive?obj <=> receive_before* ?obj null
62
+ Sub <= Link_view* $mol_view
63
+ <= Drop* $mol_button_minor
64
64
hint @ \Drop link
65
- click?event <=> drop!id ?event null
65
+ click?event <=> drop* ?event null
66
66
sub /
67
- <= Drop_icon!id $mol_icon_cross
68
- Link_link!id $mol_link
69
- arg <= link_arg!id *
67
+ <= Drop_icon* $mol_icon_cross
68
+ Link_link* $mol_link
69
+ arg <= link_arg* *
70
70
sub /
71
- <= Link_snippet!id $hyoo_case_entity_snippet
72
- entity <= link_entity!id $hyoo_case_entity
73
- Link_form!id $hyoo_case_entity_form
74
- entity <= link_entity!id $hyoo_case_entity
71
+ <= Link_snippet* $hyoo_case_entity_snippet
72
+ entity <= link_entity* $hyoo_case_entity
73
+ Link_form* $hyoo_case_entity_form
74
+ entity <= link_entity* $hyoo_case_entity
75
75
editable <= editable
76
76
0 commit comments