Class DocumentEditScriptService

java.lang.Object
org.xwiki.edit.script.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 Details

    • DocumentEditScriptService

      public DocumentEditScriptService()
  • Method Details

    • 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)