I have created a dynamic view for a wizard which contains boolean fields. How to fetch the values entered in the dynamic view?
Bu soru işaretlendi
2
Cevaplar
6530
Görünümler
if you have already made wizard then set button type="action" and name="%(wizard_view_id)d".
when you press that button the default_get of that wizard will called and you can put your code to fetch the dyanmic values.
Hi Shelton,
If you have a button on the wizard then When you click on the button the method executed on that button will have the id and the context parameter. That should help you.
Thanks,
Tartışma hoşunuza mı gidiyor? Sadece okumakla kalmayın, katılın!
Özel özelliklerden yararlanmak ve harika topluluğumuzla etkileşime geçmek için bugün bir hesap oluşturun!
Üye Ol| İlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
|---|---|---|---|---|
|
Force wizard dimension
Çözüldü
|
|
1
Nis 24
|
10679 | |
|
|
1
Mar 15
|
8006 | ||
|
|
1
Mar 15
|
9262 | ||
|
|
3
Mar 15
|
22766 | ||
|
|
0
Nis 26
|
12 |
Hi, can you explain more, what do you want to do exactly ? bye