Unplanned
Last Updated: 27 Feb 2020 15:36 by ADMIN
Imported User
Created on: 28 Jan 2014 16:21
Category: TabStrip
Type: Feature Request
3
Tabstrip tab should be able to specify it's content's ID
Currently the tabstrip just magically selects which container element goes with which tab.

You should be able to specify it both with data- and with dataSource data so that you can tell it exactly which one to use (and can then have multiple tabs with the same content as well).
1 comment
Adam
Posted on: 12 Jan 2018 15:05
I agree. Since a dataSource is bound it would make sense that the same way you can specify id via the model schema on a grid should also work for the tabStrip.  I don't think calling methods by their tab index is sufficient or making changes via jQuery outside of the exposed methods.