Computer Science, asked by prahladpgoswami, 1 month ago

which of the following is an event handler of 'submit' event?
(a) submit ( ) (b) funtion submit ( ) (c) onsubmit ( ) (d) onclick ( )​

Answers

Answered by sahuayushman10
2

have used the lightning:recordEditForm. On click of the save button, the onsubmit function is not called.

If the submit function is called on the button onclick, then the record gets saved, but the onsuccess function is not called.

Answered by darshicpatel12
0

Answer:

your answer is option C

onsubmit ( )

Similar questions