AI OnAI Off
Not sure how to do this with Dojo, but you have the Html.FullRefreshPropertiesMetaData() that does something similar: http://world.episerver.com/Documentation/Items/Developers-Guide/EPiServer-CMS/75/Content/Edit-hints-in-MVC/#FullRefreshProperties.
Frederik
I have a custom function that is used in 'on-page-edit-mode'. From that function (javascript/jQuery) I want to trigger an update and a change on another property. How can I call the requeried Dojo-functions to trigger an update and an autosave?
Let's say I have a simple button and an input field (non epi-property). I want to read the value from the input filed and update the property Title when in "on-page-edit-mode'. Is this possible and how?