WCMmode in conditional comments
Hi All,
I am using conditional comment to check browser version.
Is there a way to check wcmmode of the instance in conditional comments?
I want to show the message in author/edit mode.
Following is my piece of code in component:
<!--[if lt IE 9]>
<div class="upgrade-browser-banner" role="alert">
<h4>upgrade your browser message</h4>
</div>
<![endif]-->
i tried the following but it's not working:
<!--[if (lt IE 9) | (WCMmode.edit) ]>
Please Help.