Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

If you want to display external HTML content in a layout region then you can add a view like the following

<view id='com.cohga.html.client.view'>
	<location>center</location>
	<title>Title</title>
	<html><![CDATA[
		<iframe src="http://server/file.htm" width="100%" height="100%" frameborder="0"/>
	]]></html>
</view>

This will display the content retrieved from http://server/file.htm in the center layout region.

  • No labels