Travis Tidwell
Travis Tidwell
You can see this in action within the following application. https://github.com/formio/formio-app-formio You can run this app easily by following the instructions here... https://github.com/formio/formio#running This runs the formio server locally, then...
Right now there is not a way to do this via configuration. You can, however, provide your own custom templates by overriding the `$templateCache` that could extend the builder to...
This is what our wizard component does where it just swaps out the ```form=``` attribute with the new Form schema. The component will render the new form dynamically. Here is...
Another thing to think about is some components have more than one HTML element included in that component and it would be hard to know which element to attach these...
Right now the HTML element adds each of the custom parameters using the jQuery method to do so as you see here... https://github.com/formio/ngFormio/blob/v1.8.17/src/components/htmlelement.js#L23. One thing I was thinking about was...
Need to write tests.
Yeah, definitely... I am just now doing some major re-factors to make it PhoneGap friendly so views is definitely on my radar on this one...
I do not believe that there is any intentional sorting facility in place, but it could be a result in how the code was written to build the children nodes....
It's MIT but I will add officoal terms in a bit.
You will need to build a backend server to serve the data that this tree uses. This is only a front end solution.