McNull / angular-form-gen

Design Bootstrap based form schemas for AngularJS in a drag and drop WYSIWYG environment.
MIT License
135 stars 81 forks source link

Rows and Columns #22

Open sunil233 opened 8 years ago

sunil233 commented 8 years ago

Currently the Framework is supporting each control per row and column. I want to create a form with 3 controls in single row

mmaask commented 8 years ago

Do you mean something simlar to defining matrix of questions, where each question can be answered with same prefined answers?

----------------| high | average | low | (columns) question 1 | question 2 | question 3 | (rows)

sunil233 commented 8 years ago

Please find the screenshot below

formgen

mmaask commented 8 years ago

For this there is no out of the box solution. Would need to make a new property in properties defining how you want each element to be rendered and then writing some logic to the field rendering directive I assume, requires some work :) I haven't tried it myself, but is definitely doable with some effort.