cancel
Showing results for 
Search instead for 
Did you mean: 

Embedding BusinessGraphics inside Interactive Form in WebDynPro

andrewsong
Explorer
0 Kudos

Hi,

Does anyone know if it's possible to embed a BusinessGraphics UI element that has been rendered into an InteractiveForm? Or is there a way the URL to the BusinessGraphic or the binary data of the graphic itself accessible so that it can be bound to the context and passed on to an Adobe Interactive Form UI?

THanks

Accepted Solutions (1)

Accepted Solutions (1)

StefanBeck
Advisor
Advisor
0 Kudos

Hi,

this is possible with a workaround. You have to programm against the IGS directly to generate the business grpahic and get the URL (This is what the UI element internally does). Then you have to put that URL into Web Dynpro context, bind the imageField-UIElement within the InteractiveForm to that context attribute(do not forget the script "this.value.image.href = xfa.resolveNode(this.value.image.href).value;" in form:ready. This will display the graphic.

Regards

Stefan

Answers (0)