Hi all,
I recently got XWiki realtime collaboration working (Netflux/WebSocket etc.), and it works correctly when editing pages through the standard WYSIWYG editor.
Now I’m trying to use it in an AppWithinMinutes (AWM) app, and I’m running into a limitation.
Setup:
-
XWiki 17.10
-
Realtime extensions enabled and working
-
AWM application with a class that includes a “page” field (used to store/edit page content)
When editing content through that “page” field (inside the AWM-generated form), I was hoping the realtime WYSIWYG editor would kick in.
What actually happens:
-
The field renders, but realtime editing is not active
-
No Netflux/WebSocket usage from that editor instance
-
Realtime does work fine when editing the page directly (standard edit mode)
Question:
Is realtime editing supported inside AWM object editors (e.g. textarea/WYSIWYG fields in class forms)?
Or is realtime strictly limited to the standard page editing UI?
If not supported out of the box:
-
Is there a recommended way to enable it?
-
Or a pattern to follow (e.g. redirecting to page edit instead of inline editing)?
Any pointers or examples would be appreciated!
Thanks!