Sunday 15 April 2012 10:31:34 am - 2 replies
Good day!
I'm sorry if my post does not account for some features.
In eZ Publish introduced a feature autosave. As I understand it uses Ajax.
The administrative interface is a function of turn-off editor. Every time it reloads the page, and slows down. Is it possible to make two tabs:
1) EDITOR
2) HTML
By using the toggle AUTOSAVE (or/and Ajax) without reloading the page.
Modified on Sunday 15 April 2012 10:50:56 am by Maxim Kopytov
Sunday 15 April 2012 11:18:41 am
Hi Maxim,
that's perfectly possible even without ezautosave. Actually, when you use the Online Editor, it puts the content in an hidden textarea, so doing this would be just a matter of hiding in JavaScript the TinyMCE GUI and showing the textarea.
Cheers
Sunday 15 April 2012 3:03:05 pm
Quote from Damien Pobel :Hi Maxim,
that's perfectly possible even without ezautosave. Actually, when you use the Online Editor, it puts the content in an hidden textarea, so doing this would be just a matter of hiding in JavaScript the TinyMCE GUI and showing the textarea.
Cheers
Hi, Damien!
If it is not difficult, let's include this feature in the new release of eZp?
It will improve the usability!
What do You think?
Modified on Sunday 15 April 2012 3:27:41 pm by Maxim Kopytov
You must be logged in to post messages in this topic!