definitionList UI support
This commit is contained in:
@@ -65,7 +65,7 @@ def generic_key_value_editor(title, element_list_getter, key, value = "value"):
|
||||
content.append(h("button", {"on": {"click": message.msg(message.AddToGenericList, element_list_getter)}}, "+"))
|
||||
return content
|
||||
|
||||
def sense_definitions_editor(title, type_value, explanation_value):
|
||||
def sense_definitions_editor(type_value, explanation_value):
|
||||
type_props = {"value": type_value, "type": "text"}
|
||||
explanation_props = {"value": explanation_value, "type": "text"}
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user