Paragraphs, including paragraphs showing TextBlocks and error messages.
DivHTML | A div, containing a string, which will be set as html, without escaping. Hide, drag and drop can be set. |
DivPara | A div containing a paragraph, containing text, if an error is raised, then the text is changed for the error message and the error_class given to the paragraph. |
DivStyleDiv | A div, containing an inner div or other tag, which can have a style set, and contains unescaped text, set as HTML. |
JSONDivLink | A div with button and inner div of content. If inner div is visible, it is hidden on link press. If hidden, a call is made. |
JSONTextLink | A div containing an anchor link (used as a button) followed by a paragraph which is hidden when button pressed, or if already hidden, a JSON call is made which can set and display the paragraph. |
ParaText | A p tag, containing text. The text can be set by JSON. |
PreText | Pre-formatted text placed between pre tags. |
ShowPara1 | A div, containing a paragraph of text followed by an error paragraph. The text paragraph is normally visible (depending on the show_para field), the error paragraph is hidden, and becomes visible on error. |
ShowPara2 | A div, containing an x button which on pressed will hide it, and after the button, another div holding text. |
SpanText | A span tag, containing text. The text can be set by JSON. |
TagBlock | A general element, containing further content. CSS Class, style, hide, drag and drop can be set. |
TagText | A tag, which can be specified, containing text. |
TagUnEscaped | Textblock reference widgets.paras.TagUnEscaped not found |
TextBlockDiv | A div, containing a TextBlock. The content is not escaped, therefore useful for a TextBlock containing html. |
TextBlockPara | A paragraph, containing a TextBlock, the content is escaped and shown as text. If an error is raised, then the text is changed for the error_message. |