1
|
<?xml version="1.0" encoding="UTF-8"?><sm:openUiWidget xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" code="setSubWinTitle">
|
2
|
<sm:fillTemplateBuffers>
|
3
|
<!--kill des crossRefEntries dans les subWindows-->
|
4
|
<sm:otherBuffers keyBuffer="xslFragmentOnZone.xhtml" keyEntry="crossRef"><xsl:template match="crossRef"/></sm:otherBuffers>
|
5
|
</sm:fillTemplateBuffers>
|
6
|
<sm:content>
|
7
|
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">try{
|
8
|
if(window.frameElement.setSubWindowTitle) window.frameElement.setSubWindowTitle(document.title);
|
9
|
}catch(e){}
|
10
|
</script>
|
11
|
</sm:content>
|
12
|
</sm:openUiWidget>
|