gitana / alpaca

Alpaca provides the easiest way to generate interactive HTML5 forms for web and mobile applications. It uses JSON Schema and simple Handlebars templates to generate great looking, dynamic user interfaces on top of Twitter Bootstrap, jQuery UI, jQuery Mobile and HTML5.
http://www.alpacajs.org
Other
1.29k stars 371 forks source link

create new controls #681

Open gjagomez opened 5 years ago

gjagomez commented 5 years ago

Hi, I have a question, can new controls be created, such as a signature control?

codek commented 5 years ago

Yes, very much so. You can create your own fields very easily.

See the documentation here:

http://www.alpacajs.org/docs/api/custom-fields.html

Worth having a good read through the API docs, there's lots of useful tips in there, even if at first glance it doesnt always appear that useful.

gjagomez commented 5 years ago

thanks, I'm going to verify