Is there any way to edit a table's attributes in a web app using slider bars?

2960
3
05-13-2016 04:27 PM
VeronicaAnderson2
New Contributor III

I would like to be able to select polygons in a web app and change/edit attributes of those polygons using a slider bar (e.g. CityEngine inspector). Is there a way too do this using a widget or some simple code? I can provide more clarification of this question isn't clear enough.

Thanks!

0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus

Veronica,

  Widget or simple code, No. You would need to use the attribute inspector with fieldinfo that specifies a customfield that uses a slider dijit. Bottom line this is quite a bit of development.

0 Kudos
VeronicaAnderson2
New Contributor III

Robert,

Thanks for the quick reply. Could you give maybe a slightly more in depth

explanation of the process you just described? Is anything similar being

developed that could be built upon?

Veronica Anderson | Geodesign Strategist

Rodriguez Consulting, LLC

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Veronica,

Is anything similar being developed that could be built upon?

Not really. you can search the JS API forums and find a thread like this to built off of:

combobox in attribute inspector via 'customField' doesn't work

0 Kudos