controlPosition
controlPosition
allows you to set the elements to be dropped on the stage to either the left or right side.
Usage
var options = {
controlPosition: 'left'
};
$(container).formBuilder(options);
controlPosition
allows you to set the elements to be dropped on the stage to either the left or right side.
var options = {
controlPosition: 'left'
};
$(container).formBuilder(options);