Home - Servoy/bootstrapcomponents GitHub Wiki
Welcome to the bootstrapcomponents wiki!
Bootstrap components are a complete set of UI components based on the bootstrap CSS. While the Servoy default components can be used in all of Servoy's deployment flavors (Smart, Web and NG Client), bootstrap components are NG Client only components. They are optimized to be used in a browser only environment and can be used in responsive layouts.
Many styling related legacy properties (e.g. background, borderType, fontType) have been removed as they can be more easily applied using CSS. On the other hand, many bootstrap components offer capabilities that only work in a browser environment. For NG Client only development, bootstrap component should be preferred over Servoy default components.
The suite of components currently features
Accordion Pane
Collapsible content panels
Button
You guessed it
Calendar
Date entry component with a user friendly date picker

Inline Calendar
Date picker component

CheckBox
Simple checkbox component

Choice Group (Radio button or multi select checkbox)
Choice group for either/or or multiple selections of predefined values

Combobox
Value list driven drop down
Data Label
A label that can show dynamic text and possibly an image.

Label
Simple label showing a text

Native Select
Value list driven drop down using the html 'select' tag, useful for mobile apps to keep the native look and feel

Native Data List
Value list driven drop down using the html 'datalist' tag, useful for mobile apps to keep the native look and feel
Tabless panel
Shows another form inside a panel on a form
Tab panel
Show several forms inside a panel on a form

Text area
A multi-line text field

Text box
A text field

Type ahead
A text field with a valuelist, filtering out values matching user input

