
bootstrap.pl -- Bootstrap form generatorThis library provides HTML rules for constructing Bootstrap forms.
bt_form(+Contents, +Options)//input(Name, Type, InputOptions)select(Name, Values, SelectOptions)checkboxes(Name, Values, BoxOptions)button(Name, Type, ButtonOptions)button_group(Buttons, GroupOptions)hidden(Name, Value)Options processed:
form_style(+Style, +Options)[private]
bt_form_element(+Term, +Options)//[private]
bt_label(+Name, +ElementOptions, +FormsOptions)//[private]
bt_input(+Name, +Type, +InputOptions, +FormOptions)//[private]true, the input is inactive.true, the input cannot be edited.
bt_select(+Name, +Values, +SelectOptions, +FormOptions)//[private]
bt_checkboxes(+Name, +Values, +SelectOptions, +FormOptions)//[private]
bt_textarea(+Name, +TextAreaOptions, +FormOptions)//[private]
bt_button_group(+Buttons, +ButtonOptions, +FormOptions)//[private]
bt_button(+Name, +Type, +ButtonOptions, +FormOptions)//
button_classes(+ElemOptions, +FormOptions)//[private]
data(+Options)//[private]
classes(+Options)//[private]
name_label(+Name, -Label) is det