I have created a dynamic view for a wizard which contains boolean fields. How to fetch the values entered in the dynamic view?
Denna fråga har flaggats
2
Svar
6494
Vyer
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,
Njuter du av diskussionen? Läs inte bara, delta också!
Skapa ett konto idag för att ta del av exklusiva funktioner och engagera dig i vår fantastiska community!
Registrera dig| Relaterade inlägg | Svar | Vyer | Verksamhet | |
|---|---|---|---|---|
|
|
1
apr. 24
|
10602 | ||
|
|
1
mars 15
|
7954 | ||
|
|
1
mars 15
|
9189 | ||
|
|
3
mars 15
|
22706 | ||
|
|
0
apr. 26
|
12 |
Hi, can you explain more, what do you want to do exactly ? bye