Hi, Michael. Are you running into problems? You should be able to. The contents of your repeater are just standard Axure widgets and have the same events as they always do. The example in this thread shows how to link to another page OnClick.
How do I create a link to an external page? The only choices available to me are pages inside the .rp, but I need to have the repeater item link to a new page.
Currently reference pages aren’t built to link to external pages, but this is something that I can submit as a feature request to my product manager. I can see this being a useful addition for some workflows, so I’ll pass the idea along!
Is it also support Text link on which is also a repeater item?
I found it might have deleted the text link when load the items. Process Indicator.rp (75.4 KB)
Hi Elec,
Your issues are fixed. Please check the attached RP file.
Note: You need to use seprate widget for steps.
Thanks,
Vikram Process Indicator_fixed.rp (73.3 KB)
Hi, I don’t get this at all. I went through the “intro to repeater” tutorial. There is a row of widgets across the top of the page, each one representing a column of repeater data. I entered the data in the appropriate pane and got the repeater populated correctly. I selected one of the widgets, added a reference page and set it as a hyperlink. That worked fine. However, at this point every cell in that column links to the reference page. Since the widget contains all the rows of data in that column, the onClick action attached to it now applies to every one of those rows. If I add another widget underneath that one and put in a link to a different reference page, I get alternating rows; the odd ones are filled with the data in the dataset and the even ones are empty.
@mborok: Have you tried putting a condition in the onClick event that says something like “If [[Item.ReferencePage]] equal to value of X” then that onClick case would go to a specific place. You could create cases in the onClick event for each different reference page. Does that make sense?
Thanks–we’ve got this feature request in our backlog and will evaluate it going forward. I believe Jeff Harrison’s suggested method would be a nice workaround for the time being, though. HTH!
If you store the url as data in the repeater you can do it.
With the release of Axure RP 9 the documentation for Axure RP 8 (including repeater tutorials) has been moved to archive.axure.com. Documentation for version 9 can be found at docs.axure.com. Tutorials for repeaters in Axure RP 9 will be up soon. Thank you!