|
-
Button link to specific content pane page?
I've never tried this before BUT anyone know of a way to have a button link to a specific page of a mulitpage contentpane?
-
You can use setPage to do that.
Add an action to the button like
_root.myContentPane.setPage(1);
-
Cool. I don't know if I'm going to do it that way yet but I thought it would be interesting to know.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|