cmv-app icon indicating copy to clipboard operation
cmv-app copied to clipboard

Showing custom div on click

Open deepal13 opened this issue 9 years ago • 3 comments

I want to show a custom div on click and not the div shown in the screenshot. Can you please help?

Thanks image

deepal13 avatar Sep 19 '16 20:09 deepal13

There are a few examples in issue #212 There is an example of using a tab container in the docs for the widget

tmcgee avatar Sep 20 '16 00:09 tmcgee

@tmcgee Actually I am trying to display a div which will have list of all features. I don't want to display a pop-up. How can I do this?

deepal13 avatar Sep 28 '16 23:09 deepal13

@deepal13 I don't think the default identify widget will help with this. The default map infowindow is designed to display one feature at a time. You might be better off writing a custom widget to perform the identify and then load all of the features into tables.

green3g avatar Jan 13 '17 14:01 green3g