-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Sean edited this page Feb 22, 2017
·
4 revisions
Tabpanel Plus is an enhanced tabpanel component for Servoy's NG-Client It has the same functionality as Servoy's default Tabpanel
Additionally it supports:
- Close-able tabs
- indexOf convenience method
-- The component has the following properties which differ from the default tabpanel:
Property | Type | Default | Description |
---|---|---|---|
closeIconStyleClass | String | null | Style class(es) (including font-icons) for close button |
-- The tabs of the component have the following properties which differ from the default tabs
Property | Type | Default | Description |
---|---|---|---|
showCloseIcon | Boolean | false | If true then close icon will be shown |
-- The component has the following API which differs from the default tabpanel
Method | Params | Returns | Description |
---|---|---|---|
indexOf | form:String|RuntimeForm | Number | Convenience method to get the (first) index of a form. A value of -1 indicates the form was not found |