- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ09-07-2017
07:02 AM
Displaying formatted HTML in DisplayElementOperation modal dialogue
Guten Tag,
Is it possible to display formatted HTML inside a DisplayElementOperation modal dialogue? I need to present a list in a nice format to my editors.
So far I can only display a plain text message using this code:
RequestOperation requestOperation = _baseContext.requireSpecialist(OperationAgent.TYPE).getOperation(RequestOperation.TYPE);
requestOperation.setKind(kind);
requestOperation.perform(message);
I tried just adding some basic HTML to my message string but it didn't work.
Many thanks,
Liam Davison
(I'm hoping to take additional German lessons at college soon!).
Labels
- Labels:
-
Developers
- Tags:
- modal
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ09-07-2017
02:37 PM

