Inside my repeater I’m using a widget to denote categories (ex. pill with category names). Right now the width is the same regardless of the text within. I’d like to define the width depending on that text.
I was thinking the best way to do this was via the OnItemLoad interaction and then using cases to define the widths based on the text within them. It doesn’t seem this is possible because that includes all the Set Text interactions to match the repeater data with their widgets.
I saw there was on for an OnLoad interaction. I added 4 cases to cover the different categories For example, If text on [widgetname] equals [text], set size to [x] width x [y] height.
Would appreciate some ideas on how to do this.
(BTW, the tags below some of the topics within the Axure forum are what I’m trying to accomplish.)