From 6e6ff6582447ba26de42538dec8bead005166181 Mon Sep 17 00:00:00 2001 From: Steve MARECHAL Date: Sun, 27 Jul 2008 14:38:09 +0000 Subject: [PATCH] webmail: split panes --- calexium_lib/web/CXM_dojo.anubis | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) 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