|
Inserting text into page |
|
|
To insert text into page we can use either Text element or Richtext element. The text element is used mostly for inserting one line simple text where as Richtext can be used to insert, as the name implies, rich content into page. Use
You can also insert multi line text using text element if you set "Multiple Line" property of it to "true". Use
After you inserted a text or a richtext element into page you have to switch to Edit state to start editing text.
|