I have created a dynamic view for a wizard which contains boolean fields. How to fetch the values entered in the dynamic view?
La domanda è stata contrassegnata
2
Risposte
6493
Visualizzazioni
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,
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati| Post correlati | Risposte | Visualizzazioni | Attività | |
|---|---|---|---|---|
|
Force wizard dimension
Risolto
|
|
1
apr 24
|
10596 | |
|
|
1
mar 15
|
7948 | ||
|
|
1
mar 15
|
9183 | ||
|
|
3
mar 15
|
22704 | ||
|
|
0
apr 26
|
12 |
Hi, can you explain more, what do you want to do exactly ? bye