コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3652 ビュー

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

アバター
破棄
関連投稿 返信 ビュー 活動
2
12月 24
1528
0
5月 23
3592
0
6月 20
2772
0
3月 19
5693
0
11月 24
1411