diff --git a/calexium_lib/web/CXM_dojo.anubis b/calexium_lib/web/CXM_dojo.anubis index 13d8299..96ae705 100644 --- a/calexium_lib/web/CXM_dojo.anubis +++ b/calexium_lib/web/CXM_dojo.anubis @@ -7,6 +7,7 @@ */ read calexium_lib/web/CXM_making_a_web_site.anubis +read tools/base64.anubis read tools/basis.anubis // required for 'make_directory' read locale/L3LanguageInfo.anubis @@ -136,7 +137,7 @@ public define HTML_Off_Form if splitter then "true" else "false" )+ - "\" style=\"overflow: hidden;\""+ + // "\" style=\"overflow: auto;\""+ // "\" minSize=\"20em\""+ "\">"), content, @@ -172,7 +173,33 @@ public define HTML_Off_Form public define HTML_Off_Form dojo_tree ( - String id, + String id, )= literal("
"). + +public define HTML_Off_Form + dojo_Toolbar + ( + String id, + HTML_Off_Form content + )= + sequence([ + literal("
"), + content, + literal("
") + ]). + + +public define HTML_Off_Form + dojo_button + ( + String id, + String name, + String iconclass, + String tip_msg, + ) + = + literal(" + + " + tip_msg + ""). -- libgit2 0.21.4