Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
3649 Переглядів

Hello everyone...

I would like to implement a small modal in which to enter the data from the website_sale.product.... But for this I think I should make a call to the template via JS. I've been looking in the documentation and there is a reference to the render method, but whenever I try to implement it I get a not found.

Has anyone had this same problem?

Аватар
Відмінити
Найкраща відповідь

Hello Sergio,

Simply we can show an modal from js using,

$('#myModal').modal({show:true});

OR

$("#myModal").modal().show();

Regards

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
2
груд. 24
1526
0
трав. 23
3592
0
черв. 20
2771
0
бер. 19
5693
0
лист. 24
1409