This page demonstrates how we can load an XMLC document and manage Text and List components via a server-side DOM component interface.
Here's a nice little paragraph of some standalone text. If all works well, we should be able to replace this sentence right here. The end.
Textfield:
TextArea:
Blah blah blah blah blah blah
A list can look like this: Male Female Unsure (could allow multiples)
Or it can look like this: (could allow multiples) Male Female Unsure
And what about something like this? (Would only allow one selection) Male Female Unsure
Here's how the same type of "list" could allow multiples .
Male Female Unsure
What about a list of Buttons?
And finally, what about a list of lists? (ie, a table)