Try our conversational search powered by Generative AI!

AutoSaveInterval

Vote:
 

Hi.

I want to use AutoSaveInterval property, but this property has attribute [Obsolete] with message "The legacy edit mode has been removed".

What new features do allow to set timestamp for auto saving.

Best regards

#144702
Feb 17, 2016 15:33
Vote:
 

Have you checked what you can do with the event SavingContent?

ServiceLocator.Current.GetInstance<IContentEvents>().SavingContent += this.SavingContent;

public static void SavingContent(object sender, ContentEventArgs e)
{
    .. Do your stuff ...
}



#144809
Feb 19, 2016 10:50
Vote:
 

I haven't found a backup for this setting. There was a bug a few releases back when it didn't autosave when editing xhtml string, but that should be fixed now.

#144814
Feb 19, 2016 11:57
Vote:
 

>There was a bug a few releases back when it didn't autosave when editing xhtml string, but that should be fixed now.

Could you please give a link to the issue number ?

#145056
Edited, Feb 24, 2016 9:42
Vote:
 

Currently we have issue with publishing xhtml string that was not autosaved: http://world.episerver.com/forum/developer-forum/EPiServer-Commerce/Thread-Container/2016/2/autosave-issue-in-the-tinymce-in-the-blocks/

 

#145057
Feb 24, 2016 9:44
Vote:
 

Ah now I understand your question. A common way to make sure that the property is saved is to click outside the property field. Could that work for you?

#145065
Feb 24, 2016 10:05
Vote:
 

We will give the recommendation to the content editors.

Unfortunately, it doesn't help always. Sometimes the autosave does not work if the user clicks outside the xhtml. The case is block with one xhtml string.

#145071
Feb 24, 2016 10:20
Vote:
 

Could you please check the http://screencast.com/t/Vr4vx0tENVsK ? The clicking outside doesn't help (block with one wysiwyg).

The browser

Version 48.0.2564.116 m 
Google Chrome.
#145073
Edited, Feb 24, 2016 10:33
Vote:
 

@Sviatlana, I think this might be a separate issue than Axandor's, let's continue this in your own thread. http://world.episerver.com/Modules/Forum/Pages/Thread.aspx?id=144823

#145075
Feb 24, 2016 10:35
Vote:
 

Yes, I'll move to it. Thank you for answers.

#145078
Feb 24, 2016 10:37
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.