text

Represents simple static text. If the text is too long, it will be wrapped. Note that the text to be displayed is not specified as a node parameter, but instead is enclosed by the node tag like this:

<?xml version="1.0" encoding="window-1251"?>
<root>     
  <!-- Text example -->
  <text>
Lorem ipsum mea constituam honestatis cu. Qui et error aeterno imperdiet, 
vel ut assum vivendum molestiae. Accusam adversarium definitionem an has, atqui epicuri ea has. 
Et consul posidonium vis. Ea errem diceret fierent nec, mel propriae deserunt no, 
qui putant disputando in. Vix te reque mediocrem honestatis.
  </text>
</root>

Parameters:

Parameter Description Default value
minwidth Minimal width, in pixels, of text field. If other controls are wider that this value, text field will be fit to their width. 0

 

The CHM file was converted to HTML by chm2web software.