| getFieldEditorClass |
BootstrapFieldLayout.getFieldEditorClass( ) |
Returns the list of CSS classes to be applied to the editor portion of each field. |
| setFieldEditorClass |
BootstrapFieldLayout.setFieldEditorClass( editorClass ) |
Sets one or more CSS classes to be applied to the editor portion of each field. |
| getFieldInfoClass |
BootstrapFieldLayout.getFieldInfoClass( ) |
Returns the list of CSS classes to be applied to the info portion of each field. |
| setFieldInfoClass |
BootstrapFieldLayout.setFieldInfoClass( labelClass ) |
Sets one or more CSS classes to be applied to the info portion of each field. |
| getFieldLabelClass |
BootstrapFieldLayout.getFieldLabelClass( ) |
Returns the list of CSS classes to be applied to the label portion of each field. |
| setFieldLabelClass |
BootstrapFieldLayout.setFieldLabelClass( labelClass ) |
Sets one or more CSS classes to be applied to the label portion of each field. |
| getLabelExtraLargeWidth |
BootstrapFieldLayout.getLabelExtraLargeWidth( ) |
Gets the label width string for extra small viewport sizes (portrait phones). |
| setLabelExtraLargeWidth |
BootstrapFieldLayout.setLabelExtraLargeWidth( width ) |
Sets the label width for extra large viewport (large desktops) sizes. |
| getLabelExtraSmallWidth |
BootstrapFieldLayout.getLabelExtraSmallWidth( ) |
Gets the label width string for extra small viewport sizes (portrait phones). |
| setLabelExtraSmallWidth |
BootstrapFieldLayout.setLabelExtraSmallWidth( width ) |
Sets the label width for extra small viewport sizes (portrait phones). |
| getLabelLargeWidth |
BootstrapFieldLayout.getLabelLargeWidth( ) |
Gets the label width string for extra large viewport sizes (large desktops). |
| setLabelLargeWidth |
BootstrapFieldLayout.setLabelLargeWidth( width ) |
Sets the label width for large viewport (desktops) sizes. |
| getLabelMediumWidth |
BootstrapFieldLayout.getLabelMediumWidth( ) |
Gets the label width string for medium viewport sizes (tablets). |
| setLabelMediumWidth |
BootstrapFieldLayout.setLabelMediumWidth( width ) |
Sets the label width for large viewport sizes (desktops). |
| getLabelSmallWidth |
BootstrapFieldLayout.getLabelSmallWidth( ) |
Gets the label width string for small viewport sizes (landscape phones). |
| setLabelSmallWidth |
BootstrapFieldLayout.setLabelSmallWidth( width ) |
Sets the label width for small viewport sizes (landscape phones). |
| getRowClass |
BootstrapFieldLayout.getRowClass( ) |
Returns the list of CSS classes to be applied to each row of the layout. |
| setRowClass |
BootstrapFieldLayout.setRowClass( layoutClass ) |
Sets one or more CSS classes to be applied to each row of the layout. |