Class DocumentEditScriptService

  • All Implemented Interfaces:
    org.xwiki.script.service.ScriptService

    @Component
    @Singleton
    @Named("edit.document")
    public class DocumentEditScriptService
    extends Object
    implements org.xwiki.script.service.ScriptService
    Script service for XWiki document editing.
    Since:
    12.5
    Version:
    $Id: ef058cbe69628396e159c9f05dc28a563ddea4da $
    • Constructor Detail

      • DocumentEditScriptService

        public DocumentEditScriptService()
    • Method Detail

      • inPlaceEditingEnabled

        public boolean inPlaceEditingEnabled()
        Returns:
        true if XWiki documents should be edited in-place (from view mode) whenever possible, false otherwise (the stand-alone edit mode is preferred instead)