This page demonstrates how we can load an XMLC document and manage Text and List components via a server-side DOM component interface.

Text Components:

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:

 

List Components:

A list can look like this: (could allow multiples)

Or it can look like this: (could allow multiples)

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)

Male1 Female1 Unsure1
Male2 Female2 Unsure2
Male3 Female3 Unsure3