Is there a form builder for kendo ui web? I haven't been able to find one. and it is fairly repetitive to just make forms over and over.
Even if there was some software that would let me define my own custom html elements and drag/drop them onto a form, I'd be very glad to know about it. I would reallly appreciate it if someone knows where to find one.
Otherwise, I did build my own and it's currently on JS Bin. I just had to share it :)
if you want to run it, just click on the tiny arrow in the corner of the screen and go to live preview.
it only works in firefox, but it does work well.
It allows you to create elements of different types with a name and a variable name and then drag them onto a table wherever you want.
you can then hit generate and the html for the controls in kendo web mvvm is output into the textarea below.
the code is still a little rough, but I plan on fixing it eventually. But for now it does exactly what I need.
http://jsbin.com/erixot/191/edit
is where it is located
Cheers,
~Kevin G.
Even if there was some software that would let me define my own custom html elements and drag/drop them onto a form, I'd be very glad to know about it. I would reallly appreciate it if someone knows where to find one.
Otherwise, I did build my own and it's currently on JS Bin. I just had to share it :)
if you want to run it, just click on the tiny arrow in the corner of the screen and go to live preview.
it only works in firefox, but it does work well.
It allows you to create elements of different types with a name and a variable name and then drag them onto a table wherever you want.
you can then hit generate and the html for the controls in kendo web mvvm is output into the textarea below.
the code is still a little rough, but I plan on fixing it eventually. But for now it does exactly what I need.
http://jsbin.com/erixot/191/edit
is where it is located
Cheers,
~Kevin G.