Update generated files plus LIST partial with table column contents
This commit is contained in:
@@ -619,6 +619,7 @@ if __name__ == "__main__":
|
||||
# html_controls = json5_to_dict('Templates/html_controls.html.ep.tem')
|
||||
html_controls = parse_xml_to_dict("Templates/html_controls.html.ep.xml")
|
||||
i = 0
|
||||
acc_css_entries = ""; #One entry for each class created for html entries
|
||||
for html in json5_html_list:
|
||||
# Generate a mojo template file, and then add in the controls
|
||||
# main file first
|
||||
@@ -642,7 +643,6 @@ if __name__ == "__main__":
|
||||
# Now generate the controls from the rest of the entries in the dict.
|
||||
all_controls_html = ""
|
||||
prefix_is = hl("prefix")
|
||||
acc_css_entries = ""; #One entry for each class created for html entries
|
||||
for html_control in html:
|
||||
inner_html = html[html_control]
|
||||
if isinstance(inner_html, dict):
|
||||
|
Reference in New Issue
Block a user