diff --git a/calexium_lib/web/CXM_dojo.anubis b/calexium_lib/web/CXM_dojo.anubis index b091b0b..13d8299 100644 --- a/calexium_lib/web/CXM_dojo.anubis +++ b/calexium_lib/web/CXM_dojo.anubis @@ -127,11 +127,18 @@ public define HTML_Off_Form ( String id, String region, - String title, + Bool splitter, HTML_Off_Form content ) = sequence([ - literal("
"), + literal("
"), content, literal("
") ]). @@ -143,11 +150,23 @@ public define HTML_Off_Form HTML_Off_Form content ) = sequence([ - literal("
"), + literal("
"), content, literal("
") ]). +public define HTML_Off_Form + dojo_BorderContainer + ( + String id, + String title, + HTML_Off_Form content + ) = + sequence([ + literal("
"), + content, + literal("
") + ]). public define HTML_Off_Form -- libgit2 0.21.4