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?
Printable View
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.