| 
       << Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Shape > Circle > Method >SetEditable | 
    
Sets whether the component on the viewer is editable.
Prototype :
void SetEditable
(
bool Editable
)
Arguments :
Editable  | 
set to true to allow edit  | 
Example :
This.SetEditable(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind