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
Hey everyone,
I'm working on a project with v 4.11.1 (Assembly version: 1.0.4715.27659) of Umbraco and I'm finding some problems.
For example, in the developer section when trying to add a new or edit a Data Type I always get this:
TypeError: jQuery.cookie is not a functionjQuery.cookie('UMB_PANEL', '' + pWidth + 'x' + pHeight);
jQuery.cookie('UMB_PANEL', '' + pWidth + 'x' + pHeight);
And for example, editing and creating a document type I've got this:
That are called on editNodeTypeNew.aspx. Afterwards the doc type or the data type are saved, but cannot do anything to create or editing something.
TypeError: jQuery(...).on is not a function...dy_ContentTypeControlNew1_ddlIcons').msDropDown({ showIcon: true, style: 'width:... editNo...id=1059 (line 762)
...dy_ContentTypeControlNew1_ddlIcons').msDropDown({ showIcon: true, style: 'width:...
TypeError: jQuery(...).msDropDown is not a function...dy_ContentTypeControlNew1_ddlIcons').msDropDown({ showIcon: true, style: 'width:... editNo...id=1059 (line 762)
TypeError: $(...).next(...).sortable is not a functionupdate: function(event, ui) {
update: function(event, ui) {
Any ideas on this one?
Many thanks.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
.js Problems with umbraco 4.11.1
Hey everyone,
I'm working on a project with v 4.11.1 (Assembly version: 1.0.4715.27659) of Umbraco and I'm finding some problems.
For example, in the developer section when trying to add a new or edit a Data Type I always get this:
And for example, editing and creating a document type I've got this:
That are called on editNodeTypeNew.aspx. Afterwards the doc type or the data type are saved, but cannot do anything to create or editing something.
Any ideas on this one?
Many thanks.
is working on a reply...