dhavalbakhda
Programmer
Hi,
How can we add standard header footer in my custom module?
Regards,
Dhaval
How can we add standard header footer in my custom module?
Regards,
Dhaval
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<HTML>
;Assoc displayParams
;String url = .URL()
;String img = .Img()
;Assoc styles = $WebLL.WebUtils.DisplayStylesGet( .fPrgCtx )
;String htmlPrefix = .HTMLPrefix()
;Boolean noApplet = $Webll.WebUtils.NoJavaInHTML( .fPrgCtx )
;String title = "YOUR XLATE/PROPERTIES HERE OR A STRING HERE"
<HEAD>
//Style Support
`%L.Styles()`
<TITLE>`title`</TITLE>
</HEAD>
<BODY BACKGROUND="`.Img()`pattern.gif" BGCOLOR="#FFFFFF" ONLOAD="onLoadFunction()">
;;call <.ModHTMLPrefix( 'WEBADMIN' ) + 'masthead.html'>( title )
;;call <htmlPrefix + "box.html">( "BEGIN")
;;call <htmlPrefix + "box.html">( "BEGIN_SECTION")
<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BORDER="0" WIDTH="50%">
Hello World
</TABLE>
;;call <htmlPrefix + "box.html">( "END")
</BODY>
</HTML>