I have the following piece of .xml that i am calling from Includes.xml in DialogSelect.xml:
I dont want this to be visible in one specific window where a dialog box is opened. Ive been reading the stuff on conditional viability, but I'm not really sure what code to use to implement what I want. Can anyone assist?
Thanks
Code:
<include content="DialogBackgroundCommons">
<param name="width" value="1220" />
<param name="height" value="742" />
<param name="header_label" value="" />
<param name="header_id" value="1" />
</include>
I dont want this to be visible in one specific window where a dialog box is opened. Ive been reading the stuff on conditional viability, but I'm not really sure what code to use to implement what I want. Can anyone assist?
Thanks