Retail Point-of-Service Solutions (MOSC)

MOSC Banner

Display HTML content in a Xstore form

edited Jan 13, 2023 2:09PM in Retail Point-of-Service Solutions (MOSC) 1 commentAnswered

Hello everyone!

Is it possible to display HTML content in an Xstore form?

I know that it is achievable in instructions via the following code:

public class SomeOperationName extends Operation {
    @Override
    public IOpResponse handleOpExec(IXstEvent event) {
        return HELPER.getShowMessageResponse(Collections.singletonList(InfoMessage
                .makeRegisterInstructionMessage("<h1>HEADER</h1>")));
    }
}

Can we do something like this in forms? My goal is to display HTML content in a full screen.

I'm using Xstore v18.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center