I have created a dynamic view for a wizard which contains boolean fields. How to fetch the values entered in the dynamic view?
Этот вопрос был отмечен
2
Ответы
6497
Представления
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,
Не оставайтесь в стороне – присоединяйтесь к обсуждению!
Создайте аккаунт сегодня, чтобы получить доступ к эксклюзивным функциям и стать частью нашего замечательного сообщества!
Регистрация| Похожие посты | Ответы | Просмотры | Активность | |
|---|---|---|---|---|
|
Force wizard dimension
Решено
|
|
1
апр. 24
|
10605 | |
|
|
1
мар. 15
|
7957 | ||
|
|
1
мар. 15
|
9189 | ||
|
|
3
мар. 15
|
22707 | ||
|
|
0
апр. 26
|
12 |
Hi, can you explain more, what do you want to do exactly ? bye