<div dir="ltr"><entry key="GUI_EXPLORER_CONTEXT_LOCK_0" uri="commons/lock.jsp" rule="lock"/><br><div><br></div><div style>Can anybody please tell me how to set the value of key ?</div></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 8, 2013 at 3:00 PM,  <span dir="ltr"><<a href="mailto:opencms-dev-request@opencms.org" target="_blank">opencms-dev-request@opencms.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send opencms-dev mailing list submissions to<br>
        <a href="mailto:opencms-dev@opencms.org">opencms-dev@opencms.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:opencms-dev-request@opencms.org">opencms-dev-request@opencms.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:opencms-dev-owner@opencms.org">opencms-dev-owner@opencms.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of opencms-dev digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Internet Explorer 10? (Ludwig Hunecke)<br>
   2. Re: Internet Explorer 10? (Tobias Herrmann)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sun, 7 Apr 2013 13:49:33 +0200<br>
From: "Ludwig Hunecke" <<a href="mailto:ludwig.hunecke@gmail.com">ludwig.hunecke@gmail.com</a>><br>
To: <<a href="mailto:opencms-dev@opencms.org">opencms-dev@opencms.org</a>><br>
Subject: [opencms-dev] Internet Explorer 10?<br>
Message-ID: <11fc01ce3385$f95112b0$ebf33810$@<a href="http://gmail.com" target="_blank">gmail.com</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Hi all,<br>
<br>
<br>
<br>
has anybody experience with OpenCms 8.5.1 and Internet Explorer 10?<br>
<br>
<br>
<br>
I face multiple problems in this constellation. E.g. the ADE is not<br>
available due to following error:<br>
<br>
<br>
<br>
SCRIPT5009: "tinymce" ist undefiniert<br>
<br>
opencms_plugin.js, Zeile 5 Zeichen 4<br>
<br>
<br>
<br>
I could work around this issue inserting<br>
<br>
<br>
<br>
<meta http-equiv="X-UA-Compatible" content="IE=9" /><br>
<br>
<br>
<br>
Into the template. But it would be nice to have it running without this<br>
workaround.<br>
<br>
<br>
<br>
Is there something planned or do you have an idea why the error occurs using<br>
IE10?<br>
<br>
<br>
<br>
Thanks,<br>
<br>
Ludwig<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.opencms.org/pipermail/opencms-dev/attachments/20130407/f1aaa489/attachment-0001.html" target="_blank">http://lists.opencms.org/pipermail/opencms-dev/attachments/20130407/f1aaa489/attachment-0001.html</a>><br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Mon, 08 Apr 2013 09:06:03 +0200<br>
From: Tobias Herrmann <<a href="mailto:t.herrmann@alkacon.com">t.herrmann@alkacon.com</a>><br>
To: The OpenCms mailing list <<a href="mailto:opencms-dev@opencms.org">opencms-dev@opencms.org</a>><br>
Subject: Re: [opencms-dev] Internet Explorer 10?<br>
Message-ID: <<a href="mailto:51626C5B.4030302@alkacon.com">51626C5B.4030302@alkacon.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Hi Ludwig,<br>
<br>
it is currently required to use the meta tag "<meta http-equiv="X-UA-Compatible" content="IE=9" />" within your template to enable IE10. The GoogleWebToolkit we are using to build the UI  did not support IE10 directly at the time of the release.<br>

<br>
Greetings, Tobias<br>
<br>
<br>
--<br>
<br>
Alkacon Software GmbH - The OpenCms Experts<br>
Tobias Herrmann<br>
An der Wachsfabrik 13<br>
50996 Koeln, DE<br>
<br>
Tel: <a href="tel:%2B49%20%280%292236%203826-18" value="+492236382618">+49 (0)2236 3826-18</a><br>
Fax: <a href="tel:%2B49%20%280%292236%203826-20" value="+492236382620">+49 (0)2236 3826-20</a><br>
Email: <a href="mailto:t.herrmann@alkacon.com">t.herrmann@alkacon.com</a><br>
<br>
<a href="http://www.alkacon.com" target="_blank">http://www.alkacon.com</a><br>
<a href="http://www.opencms.org" target="_blank">http://www.opencms.org</a><br>
<br>
Gesch?ftsf?hrer: Alexander Kandzior, Amtsgericht K?ln, HRB 54613<br>
<br>
Am 07.04.2013 13:49, schrieb Ludwig Hunecke:<br>
> Hi all,<br>
><br>
> has anybody experience with OpenCms 8.5.1 and Internet Explorer 10?<br>
><br>
> I face multiple problems in this constellation. E.g. the ADE is not available due to following error:<br>
><br>
> SCRIPT5009: "tinymce" ist undefiniert<br>
><br>
> opencms_plugin.js, Zeile 5 Zeichen 4<br>
><br>
> I could work around this issue inserting<br>
><br>
> <meta http-equiv="X-UA-Compatible" content="IE=9" /><br>
><br>
> Into the template. But it would be nice to have it running without this workaround.<br>
><br>
> Is there something planned or do you have an idea why the error occurs using IE10?<br>
><br>
> Thanks,<br>
><br>
> Ludwig<br>
><br>
><br>
><br>
> _______________________________________________<br>
> This mail is sent to you from the opencms-dev mailing list<br>
> To change your list options, or to unsubscribe from the list, please visit<br>
> <a href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a><br>
><br>
><br>
><br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
<a href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a><br>
<br>
End of opencms-dev Digest, Vol 76, Issue 1<br>
******************************************<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><span style="color:rgb(192,192,192);font-family:comic sans ms,sans-serif">Greetings,</span><br style="color:rgb(192,192,192);font-family:comic sans ms,sans-serif">
<br style="font-family:comic sans ms,sans-serif"><span style="font-family:comic sans ms,sans-serif"></span><font style="color:rgb(0,0,153)"><i style="font-family:courier new,monospace">Saad Rashid</i></font><br style="font-family:comic sans ms,sans-serif">
<span style="color:rgb(153,153,153);font-family:comic sans ms,sans-serif"></span><span style="color:rgb(153,153,153);font-family:comic sans ms,sans-serif">Jabs Solution</span><div><font color="#999999" face="comic sans ms, sans-serif">SR. Software Engineer<br>
</font><span style="color:rgb(153,153,153);font-family:comic sans ms,sans-serif">#0345-5206990<br><br><br></span><span style="color:rgb(153,153,153);font-family:comic sans ms,sans-serif"><a href="mailto:ssaadii@gmail.com" target="_blank"></a></span></div>

</div>