Text element

Text elements let you add lines of text to the page.

Creation:

newText("helloworld", "Hello world.")

Example:

newText("helloworld", "Hello world.")
    .print()

The code above adds the text Hello world. to the screen.

Commands

[yadawiki-list category=”NonTest command,Text element”]

Tests

[yadawiki-list category=”Test command,Text element”]