I have created a dynamic view for a wizard which contains boolean fields. How to fetch the values entered in the dynamic view?
Această întrebare a fost marcată
2
Răspunsuri
6417
Vizualizări
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,
Îți place discuția? Nu doar citi, alătură-te!
Creează-ți un cont astăzi pentru a beneficia de funcții exclusive și a interacționa cu minunata noastră comunitate!
Înscrie-te| Postări similare | Răspunsuri | Vizualizări | Activitate | |
|---|---|---|---|---|
|
Force wizard dimension
Rezolvat
|
|
1
apr. 24
|
10574 | |
|
|
1
mar. 15
|
7881 | ||
|
|
1
mar. 15
|
9092 | ||
|
|
3
mar. 15
|
22643 | ||
|
|
0
apr. 26
|
12 |
Hi, can you explain more, what do you want to do exactly ? bye