|
|
|
|
|
Body (Property) In french: Body
The Body property is used to identify and modify 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
Identifying 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 the control to be used: - HTML Display control.
- HTML Editor control.
Modifying 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 the control to be used: - HTML Display control.
- HTML Editor control.
<New value>: Character string New HTML body code. Remarks - The Body property is used to modify only the body of the HTML code in the control, without modifying its header. This makes it possible to keep CSS style sheets loaded, for example.
- If the control is bound to an item in a data file, the Body property will be used by the FileToScreen and ScreenToFile functions.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|