createTextElement

  

Open Client Administration  

createTextElement

 

 

Purpose

Creates the text HTML element in the supplied element.

Syntax

 

Operation

text is the new text for the element.

parentNode is the element that holds the text.

checkAcceleratorKeys if this is set to TRUE the text is checked for accelerator keys and these are replaced by HTML code.

Remarks

Return value:

This function has no return value.

Example

proiv.createTextElement("a&bc", myNode, true);

 


 

Comment on this topic

Topic ID: 800057