Questions tagged [disable]
504 questions
-1
votes
1 answer
how to comment code blocks (that you want to remove)in the code page word press
I need to disable best selling featured products etc.
-1
votes
1 answer
gameObject SetActive(false) is disabling all my child objects
I have two scripts a parent and a child. The parent script provides the On Mouseover method for the child to use if Input.("Fire1") is used. and then it SHOULD disable the collider the mouse is over and score a point. But I am having an error where…

ChipMunk
- 1
- 3
-1
votes
1 answer
How to disable NodeTree (parents and children) in primeng?
This is my HTML code:

A. S. Bush
- 11
- 6
-1
votes
4 answers
JavaScript : How do disable multiple buttons in JavaScript after the user clicks once
this is what I tried
So I am trying to disable the options buttons in my quiz app after the user selects a option.
I am doing this because when the correct option is shown after the user selects any option if I click the correct answer again the…

Joel Mathew
- 55
- 6
-1
votes
1 answer
How do you disable html preview in vscode?
Please help me get rid of the panel I can not edit my html. How do I accomplish this?

Tyler Canton
- 571
- 6
- 14
-1
votes
2 answers
Forms disabled/enable button django python
I have a problem i register site. I would like to make registartion panel and I would like to add When password and password confirmation are equal and not empty enable Register button After submit Form....But i really don't know how to do that.…

Natalia Osysko
- 37
- 3
-1
votes
1 answer
how to disable screen capture in flutter programming language?
In this case I will disable the screen capture on certain pages. which contains documents that are vulnerable to misuse. Does Flutter support that?
this code main.dart:
Future _toggleScreenShot() async {
if (_isSecureScreen == true) {
…

indriyanto Nugroho
- 67
- 1
- 8
-1
votes
3 answers
disable javascript running on pressing the button
I am using javascript for page refresh.
put a new button and
I want this refresh canceled when I press the button.
how can I do it.