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
Post a Comment