'onControlSelect' Syntax and Note : onControlSelect « Event Handlers Reference « JavaScript Reference

'onControlSelect' Syntax and Note

Note:
    
This event fires when the user selects the element. 
The contenteditable attribute value must be true in the <container> element.

      
      

Related examples in the same category

1.'onControlSelect' Example
2.'onControlSelect' Properties
3.'onControlSelect' is applied to