camptocamp / ngeo

Library combining OpenLayers and AngularJS
https://camptocamp.github.io/ngeo/master/examples
MIT License
135 stars 87 forks source link

XSD parser #1368

Closed fredj closed 8 years ago

fredj commented 8 years ago

This task is needed by the editing interface.

Given an XSD document, build an html (with bootstrap) form. The form must display the correct input type (date picker, combobox, text, ...) and perform the validation (required field, ...)

XSD example:

sbrunner commented 8 years ago

@adube cam we close it?

adube commented 8 years ago

Not yet. There are things remaining to do:

sbrunner commented 8 years ago

OK, thanks :-)

pgiraud commented 8 years ago

Both validation and datepicker are now taken into account. Closing.