PDA

View Full Version : Removing the footer?


DCypell
10-16-2004, 03:54 AM
Hello everyone!

I have a question. I have set up my laszlo runtime and I have been writing some simple lzx files to test the installation.

Everything seems to compile correctly and the application displays correctly in the browser. However, there is always a footer bar on the page providing links to documentation and telling me how large the application is etc.

Is there a way to get rid of this bar?

Thanks in advance

Wesley Hall

hqm
10-16-2004, 05:58 AM
use "lzt=html" as a query arg

One of the links in the developer console (the footer) takes you to a page about the HTML wrappers.

There are also more detailed instructions in the deployment guide about writing your own HTML wrapper.

jsundman
10-16-2004, 06:06 AM
Here's a link to the chapter of the Developer's Guide that discusses deployment (including issues like the one you brought up):



(This bit of documentation is inconsistently referenced -- sometimes called the Deployer's Guide and sometimes called the Deployer chapter of the Developer's Guide -- sorry for any confusion -- we'll straighten this out soon.)

DCypell
10-16-2004, 10:36 AM
RTFM... Check! ;)

Thanks for your help!