How can we show dynamic data (text, images, pdfs)based on selection.
This question has been flagged
2
Replies
5876
Rodiniai
Hi,
Add necessary fields in the form and control its visibility using the attributes based on the selection.
Sample:
attrs="{'invisible': [('deduplicate', '=', False)]}"
See: https://www.youtube.com/watch?v=IXcrxXmedwM
Thanks
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registracija| Related Posts | Replies | Rodiniai | Veikla | |
|---|---|---|---|---|
|
|
2
gruod. 22
|
8809 | ||
|
|
1
rugs. 21
|
7631 | ||
|
|
1
kov. 21
|
21001 | ||
|
|
1
bal. 25
|
9348 | ||
|
|
0
gruod. 24
|
2964 |
I want to update some part of page without reloading/refresh the page like ajax. I want implement what exactly ajax do.