Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Add Notification Support for Tab Changes Event #163

Closed
saden1 opened this issue Feb 21, 2013 · 2 comments
Closed

Add Notification Support for Tab Changes Event #163

saden1 opened this issue Feb 21, 2013 · 2 comments

Comments

@saden1
Copy link

saden1 commented Feb 21, 2013

I would like to be able to use static tabs in a wizard like fashion (with next and previous controls). The problem is the user can change tabs without using the wizard paging functionality and if they do I have no way to know. Ideally I would like to get notified upon tab changes.

Perhaps there is already a way to implement a wizard that utilizes tabs I am not aware of? Or perhaps tabs+wizard can be added as another component.

@pkozlowski-opensource
Copy link
Member

Yes, we are looking into adding this possibility, have a look at the discussion in:
#141

Probably will implement something like:

<pane heading='blah' select='tabWasSelected($index)'>

where tabWasSelected($index) is any expression that evaluates against a scope.

@ajoslin
Copy link
Contributor

ajoslin commented May 22, 2013

Fixed via #287

@ajoslin ajoslin closed this as completed May 22, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants