How to separate label and the text field in alpacajs -


i using alpacajs render form automatically. want separate label , input set them under separate column. like

col1 | col2

lastname | lname textbox

firstname | fname textbox

this can't achieved don't have options while specifying schema/options.

thanks help.

if want have kind of presentation, alpaca have buil-in view template that, use "bootstrap-edit-horizontal".

"view": "bootstrap-edit-horizontal" 

here's fiddle.

tell me if want else :)


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -