Isolate script

anurag_b
Tera Contributor

What is the purpose of Isolate script checkbox in client script?

4 ACCEPTED SOLUTIONS

Bhavya11
Kilo Patron

hi @anurag_b ,

 

Isolate: Client-scripts will run in strict mode, with direct DOM access disabled so access to jQuery, prototype and the window object are likewise disabled. so if you want to access any DOM object in such scenarios you need to make it "true/false"

 

Please refer more information

 

If this helped please like and mark it as an accepted solution. 

 

Thanks,

BK

View solution in original post

yuvarajkate
Giga Guru

It is used to enable or disable DOM Manipulation.

View solution in original post

vishwajeet5550
Mega Guru

It is used to enable and disable DOM Manipulation

View solution in original post

PritamG
Mega Guru

it manage DOM manipulation should be enable or disable for client script.

View solution in original post

4 REPLIES 4

Bhavya11
Kilo Patron

hi @anurag_b ,

 

Isolate: Client-scripts will run in strict mode, with direct DOM access disabled so access to jQuery, prototype and the window object are likewise disabled. so if you want to access any DOM object in such scenarios you need to make it "true/false"

 

Please refer more information

 

If this helped please like and mark it as an accepted solution. 

 

Thanks,

BK

yuvarajkate
Giga Guru

It is used to enable or disable DOM Manipulation.

vishwajeet5550
Mega Guru

It is used to enable and disable DOM Manipulation

PritamG
Mega Guru

it manage DOM manipulation should be enable or disable for client script.