Forum Discussion
xorrkaz
14 years agoGenius
I guess it would depend on what the user experience will be. If you want something a bit more dynamic than what server-sided scripting will provide, Javascript/jQuery might be the better choice. If you don't have a lot of words (and the list doesn't change rapidly), you can have an array or hash coded directly into Javascript. You could also call out to another web service with jsonp, or have Li create a custom settings property for you and store your words there.
We use a custom settings property in our community to old some community-specific leaderboard data. We can then access that data from Freemarker or JS.
As for the code, it would depend on the specific UE choices you make.
Related Content
- 4 years ago
- 13 years agoInactive User
- 9 years ago
- 6 years ago