From 3d16bf3efe1c343b0286de5f0bcc8b7da4f197f7 Mon Sep 17 00:00:00 2001 From: Steve MARECHAL Date: Thu, 10 Jul 2008 08:33:08 +0000 Subject: [PATCH] add dojo_button --- calexium_lib/web/CXM_dojo.anubis | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/calexium_lib/web/CXM_dojo.anubis b/calexium_lib/web/CXM_dojo.anubis index 99d300d..3677b12 100644 --- a/calexium_lib/web/CXM_dojo.anubis +++ b/calexium_lib/web/CXM_dojo.anubis @@ -25,6 +25,18 @@ public type Dojo_Grid_Data : grid_data(String). public define HTML_Off_Form + dojo_button + ( + String name, + String execute, + String id, + ) + = + literal(" + ") +. + +public define HTML_Off_Form dojo_dialog ( String name, @@ -32,14 +44,13 @@ public define HTML_Off_Form String execute, ) = + sequence[ + dojo_button(name,"dijit.byId('"+id+"').show()", "dialog_id"), literal(" - - -
- @@ -49,7 +60,7 @@ public define HTML_Off_Form

") - + ] . public define HTML_Off_Form -- libgit2 0.21.4