Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
DatePicker it works good in all browsers except IE 10, then I ran script debugger it says js error :
Comment author was deleted
Hey Sami,
I asume you are using the usercontrol macro right? Also mind sharing the Contour version you are running?
Hey Tim,
I am using:
Umbraco version: 4.11.8
Contour Version: 3.0.12
Hey I would recommend that you switch to the razor macro, that doesn't use webcontrols so won't have that issue
Just make sure you have the correct script references http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Installation/Upgrade
<asp:content ContentPlaceHolderId="ContentPlaceHolderDefault" runat="server">
<umbraco:macro Alias="Info" runat="server" />
<umbraco:Macro FormGuid="193047a3-9f2f-4507-b83a-a3f76d3b1508" AllowEditing="1" SubmitButtonText="Submit" NextButtonText="" PreviousButtonText="" PageNameTag="" Alias="InsertformfromumbracoContour" runat="server"></umbraco:Macro>
</asp:content>
Yeah looks like you are using the usercontrol macro, try inserting the macro again but choose the razor version
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
DatePicker in IE 10 is not working
Hi,
DatePicker it works good in all browsers except IE 10, then I ran script debugger it says js error :
"__doPostBack" is undefined
Comment author was deleted
Hey Sami,
I asume you are using the usercontrol macro right? Also mind sharing the Contour version you are running?
Hey Tim,
I am using:
Umbraco version: 4.11.8
Contour Version: 3.0.12
Comment author was deleted
Hey I would recommend that you switch to the razor macro, that doesn't use webcontrols so won't have that issue
Comment author was deleted
Just make sure you have the correct script references http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Installation/Upgrade
Comment author was deleted
Yeah looks like you are using the usercontrol macro, try inserting the macro again but choose the razor version
is working on a reply...