RE: esri.arcgis.utils.createMap

1112
1
04-21-2016 11:37 AM
JamesCrandall
MVP Frequent Contributor

I'm evaluating an existing application that was developed in-house and trying to determine if the attribute editing popup can be configured. 

Ex: in a WebMap, I can configure the popup on a field to be "multi-line" and editing in that popup allows just that! 

Situation: This application is implementing what seems like .createMap at run-time.

//create the map using the web map id specified using configOptions or via the url parameter

var mapDeferred = esri.arcgis.utils.createMap(configOptions.webmap, "map");

Is there any way to access or configure popup at runtime (ie, some extra parameter I can pass in with the above) that would allow me to set a field to TEXTAREA or allow for multi-line?  It's currently just a text box that captures "comments" and they'd like it to be a bit more expandable in the popup.

Or... is this where I'd have to implement the Attribute Inspector?

Anyway -- I appreciate any info.  Also, I can clarify a bit if necessary (sorry, I'm a bit out of my element in the Javascript API world).

Tags (1)
0 Kudos
1 Reply
JamesCrandall
MVP Frequent Contributor

Bumping back to the top

0 Kudos