Widget that create a window containing a web page.
Note
Does not work with cross domain pages.
<htwindow>
<name>W_MyHTWindow</name>
<options>
<formurl>folder/page.php</formurl>
<width>800</width>
<height>600</height>
</options>
</htwindow>
This widget must be drawn inside a GeoExtToolbar widget :
<geoexttoolbar>
<name>W_MyHTWindow</name>
<options>
<widgets>
<widget>W_MyHTWindow</widget>
</widgets>
</options>
</geoexttoolbar>
width: | (Integer) Width of the window. |
---|---|
height: | (Integer) Height of the window. |
formurl: | (String) Relative or absolute URL to the page. Mandatory if ‘formmethod’ is is undefined. |
---|---|
formmethod: | (String) The reference to a custom function returning a new instance of an Ext.Container. Mandatory if ‘formurl’ is undefined. |
modal: | (Boolean) Defaults to false. Whether the Ext.Window should be shown as ‘modal’ or not. |
iconcls: | (String) An alternative class name for the icon image. The class name should also be defined in a .css file. |
tooltip: | (String) The tooltip to display when hovering the button. |
id: | (String) The id string to use for the Ext.Window object created. |
text: | (String) The text to display next in the Ext.Button created and as title for the Ext.Window. |
collapsible: | (Boolean) Defaults to false. Whether the Ext.Window should be ‘collapsible’ or not. |
N/A
N/A