Hello,
Is it possible to only show the app in one "div" portion of a page?
For example:
<body>
<div id="header stuff">...</div>
<div id="smartgwt section only goes here"></div>
<div id="footer stuff">...</div>
</body>
Everything I've needed to do up to this point has been full screen but now I have a requirement to use smartgwt inside a page, controlled by a dreamweaver template.
Is it possible to only show the app in one "div" portion of a page?
For example:
<body>
<div id="header stuff">...</div>
<div id="smartgwt section only goes here"></div>
<div id="footer stuff">...</div>
</body>
Everything I've needed to do up to this point has been full screen but now I have a requirement to use smartgwt inside a page, controlled by a dreamweaver template.