editOnAdd
When the option editOnAdd
is set to true, fields will automatically enter edit mode when added to the stage.
Usage
var options = {
editOnAdd: true
};
$(container).formBuilder(options);
When the option editOnAdd
is set to true, fields will automatically enter edit mode when added to the stage.
var options = {
editOnAdd: true
};
$(container).formBuilder(options);