From: ivan Date: Mon, 26 Jul 2010 23:00:00 +0000 (+0000) Subject: add doc X-Git-Tag: root_of_svc_elec_features~24 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=8fee1eff267694b2f0bcd5ecc732b814034ba612 add doc --- diff --git a/httemplate/elements/header-popup.html b/httemplate/elements/header-popup.html index cd8da5657..2bd4a96e8 100644 --- a/httemplate/elements/header-popup.html +++ b/httemplate/elements/header-popup.html @@ -1,3 +1,21 @@ +<%doc> + +Example: + + include( '/elements/header-popup.html', + { + 'title' => 'Title', + 'menubar' => \@menubar, + 'etc' => '', #included in tag, for things like onLoad= + 'head' => '', #included before closing tag + 'nobr' => 0, #1 for no

after the title + } + ); + + #old-style + include( '/elements/header.html', 'Title', $menubar, $etc, $head); + +