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
I have created a doctype that changes stuff on my richtext box how do i refresh the content on the currentnode without refreshing the hole page?
I fixed it by doing this Response.Redirect("/umbraco/editContent.aspx?id=" + _nodeId); dont know if is the "right way"
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Refresh other Properties on click event in a usercontrol doctype
I have created a doctype that changes stuff on my richtext box how do i refresh the content on the currentnode without refreshing the hole page?
I fixed it by doing this Response.Redirect("/umbraco/editContent.aspx?id=" + _nodeId); dont know if is the "right way"
is working on a reply...