From 0ddf58bc7b5db65046500fb7954472f84ebabb4a Mon Sep 17 00:00:00 2001 From: Steve MARECHAL Date: Wed, 16 Jul 2008 17:21:19 +0000 Subject: [PATCH] webmail --- calexium_lib/web/CXM_dojo.anubis | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+), 0 deletions(-) diff --git a/calexium_lib/web/CXM_dojo.anubis b/calexium_lib/web/CXM_dojo.anubis index 8e869e3..a734e6f 100644 --- a/calexium_lib/web/CXM_dojo.anubis +++ b/calexium_lib/web/CXM_dojo.anubis @@ -122,3 +122,42 @@ public define HTML_Off_Form //actioner(same, same, push_button([id("dojo_tip_" + keyword), class("in"), event(onclick,"new_search(this)")], keyword), "", [], []). +public define HTML_Off_Form + dojo_ContentPane + ( + String id, + String region, + HTML_Off_Form content + ) = + sequence([ + literal("
"), + content, + literal("
") + ]). + +public define HTML_Off_Form + dojo_TabContainer + ( + String id, + String region, + HTML_Off_Form content + ) = + sequence([ + literal("
"), + content, + literal("
") + ]). + +public define HTML_Off_Form + dojo_BorderContainer + ( + String id, + HTML_Off_Form content + ) = + sequence([ + literal("
"), + content, + literal("
") + ]). +> + -- libgit2 0.21.4