how to show dynamic fields on dialog ?
Hi All,
I have a requirment, dynamic data source dropdown if select one value i have to show the selected value related dialog fields on the dialog page with colliseble layout and checkboxes.
example :
dropdown : value selected is "adobe".
1 headline : products
checkbox 1
checkbox 2
2 headline : ........
checkbox 1
checkbox 2
-------
------
n.
These headline and checkbox are dynamic. we can't hardcode these in crxde dialog fields. we have to create dialogs dynamically.
Would appreciate any help.
like: on selection of dorpdown value show one popup window with all dynamic dialogs etc... with custom javascript. any example please for this.