isInPlaceEditingActive()

Indicates whether in-place editing is enabled or not.

Params

none

Returns

Boolean – true if the in-place editing controls are visible, otherwise false.

Remarks

Needs to be called inside a Scrivito.load or Scrivito.connect code block because a Content Not Yet Loaded Error might occur otherwise.

See also

isComparisonActive

Examples

This method can be used, for example, to display a hint in editing mode. In the example below, an icon widget informs the editor of how to select an icon.