|
|
|
|
|
Body (Property) In french: Body
The Body property gets and sets the HTML body of an HTML Display control or an HTML Editor control. // Changes the description of the article in the Article data file Item.Description = HTM_Browser.Body HModify(Item)
Syntax
Getting the HTML body of an HTML Display control or an HTML Editor control Hide the details
<Result> = <Control used>.Body
<Result>: Character string HTML code of the body. <Control used>: Control name Name of control to use: - HTML Display control.
- HTML Editor control.
Changing the HTML body of an HTML Display control or an HTML Editor control Hide the details
<Control used>.Body = <New value>
<Control used>: Control name Name of control to use: - HTML Display control.
- HTML Editor control.
<New value>: Character string New HTML body code. Remarks - The Body property changes the body of the HTML code in the control, without changing the header. This makes it possible to keep CSS style sheets loaded, for example.
- If the control is bound to a data file item, the Body property will be used by the FileToScreen and ScreenToFile functions.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|