This installed OK but two things.
- Firstly there seems t be a limit to the number of entries it can store (about 30).
- Also I'm not sure how to get the values back out and use them.
I was originally using a Multiple Text box with a Umbraco.MultipleTextstring data type before I switched it over to this - not sure if that has any effect but the code that listed out those values does not work with this. Which given the similarity of the data type you would think they would be accessible in the same way (this one is sortable the other isn't).
Don't know if you've solved the part about accessing the data, or you just dropped it. But I thought that I'd help out even though it's about two years ago :) Who knows, someone else might stumble into the same issue.
I'm guessing Umbraco.MultipleTextstring output something like at comma dilimetered text string or xml, haven't used it.
Length limit
This installed OK but two things. - Firstly there seems t be a limit to the number of entries it can store (about 30). - Also I'm not sure how to get the values back out and use them.
I was originally using a Multiple Text box with a Umbraco.MultipleTextstring data type before I switched it over to this - not sure if that has any effect but the code that listed out those values does not work with this. Which given the similarity of the data type you would think they would be accessible in the same way (this one is sortable the other isn't).
Hi Jamie
Don't know if you've solved the part about accessing the data, or you just dropped it. But I thought that I'd help out even though it's about two years ago :) Who knows, someone else might stumble into the same issue.
I'm guessing Umbraco.MultipleTextstring output something like at comma dilimetered text string or xml, haven't used it.
But Sortable String List outputs json
Kind regards, Bruno
is working on a reply...