-
Notifications
You must be signed in to change notification settings - Fork 12
TextWedge
James Fenn edited this page Aug 10, 2018
·
1 revision
A TextWedge is a block of text. Fairly simple.
<me.jfenn.attribouter.wedges.TextWedge
text="<h1>This is HTML</h1><p>HEY MORTY I TURNED MYSELF INTO A PICKLE</p><p>I'M PICKLE RIIIIIIICK</p>" />| Attribute | Type | Description |
|---|---|---|
| text | String / String Resource (HTML) | A string or string resource, can be formatted in html (links work too) that defines the text to display. |
| centered | Boolean | Whether the text should be centered. |
This documentation can also be found at https://jfenn.me/.