S
S
Sergey2015-03-20 17:58:39
JavaScript
Sergey, 2015-03-20 17:58:39

What are js functions and callback for working with yii2 forms?

I know there are triggers that can be handled, such as these:

$(form).on('afterValidate', function() {});
$(form).on('beforeValidate', function() {});


What else is there? Where can you read about them? I can't find anything in the documentation.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2015-03-21
@butteff

In general, here you can see them all.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question