GP results as a popup with formatted text / images

749
1
Jump to solution
09-24-2014 02:19 PM
ErikMartin
Occasional Contributor

I am trying to take the text results of a geoprocessing service and display them in a popup in a javascript map.  I am able to do this successfully using a Dojo Dialog, but I'm wondering if there are options with more formatting control of the text -- more akin to an Esri Popup with formatted text, links, images, etc. -- but associated with a submitJob result, not an Identify/Query event.  Is the Dojo Dialog my best bet?  Possible with an Esri Popup?  JQuery?  Other options?

Thanks

Erik

0 Kudos
1 Solution

Accepted Solutions
ErikMartin
Occasional Contributor

The Dojo Dialog has worked well by building up the HTML string in javascript -- including HTML tags as part of the string -- then passing it to the Dialog as the content variable.

View solution in original post

0 Kudos
1 Reply
ErikMartin
Occasional Contributor

The Dojo Dialog has worked well by building up the HTML string in javascript -- including HTML tags as part of the string -- then passing it to the Dialog as the content variable.

0 Kudos