Rank: Member Groups: Member
Joined: 5/30/2007 Posts: 12
|
I've been using the tabstrip control for quite a while now and it's working very well. Thanks for such a great tool. Now that we're moving forward with the website, we've encountered a challenge to create a tabstrip that can be defined by our users (sort of). Basically, to start this topic, I want to be able to build the tabstrip based on a list of values in a "tabstrip" database table.
For example, if my table had the values: tab1, tab2, tab3 I would like to see 3 tabs pop up on their page. I'm sure you catch my drift.
Is this possible? I've tried to look through the support forum and didn't find anything meaningful. I'm hoping I'm just overlooking the solution.
Looking forward to your response.
Regards,
Ryan
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Ryan, Yes. You would need to go over the data binding section in the documentation: http://www.essentialobjects.com/ViewDoc.aspx?t=MenuCommon%2fDataBinding%2fDataBinding_overview.htmlThe documentation is mostly based on menu, it is technically exact the same for TabStrip, except for in reality it's usually a lot easier for TabStrip because most of the time you do not need to worry about hierarchical structures, since most TabStrip does not have child tabs. Thanks
|
Rank: Member Groups: Member
Joined: 5/30/2007 Posts: 12
|
Perfect. Thanks. I'll review and let you know if I have any more questions.
Ryan
|