...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<client:config id="CONFIGID">
...
<perspective>
..
</perspective>
<defaults>
<entity id="property" isDefault="true">
<data>data.property.detail</data>
<search>search.property.byaddress</search>
</entity>
<entity id="roads">
<data>data.road.detail</data>
<search>search.road.byname</search>
</entity>
<report>
<format>html</format>
<openExternal>true</openExternal>
<openWithScript>true</openWithScript>
<timeout>240</timeout>
</report>
</defaults>
</client:config>
|
...
We've also specified that the default report format will be html, report will open in a new window (or tab) rather than a windows embedded within the weave client itself, and it'll use javascript to open the window, bypassing the intermediate 'click to open' popup window and finally increased the report timeout to 240 seconds (from the default of 120 seconds).