Is it possible to change content according to a dropdown inside content?
see the picture for an illustration.
Flow
My view shows table according to the dropdown in my table grid, if i change it to something else, my view will display a different table. I have this to make my table grid as dynamic as possible, to have as few editors as possible.
in this senario, if i change table, i want to be able to make changes to my table, that has been selected in the dropdown.
Lastly, in the checkbox list that is shown (fictive data), should not be hardcoded by enum or similar, it should update according to my data from db.
Pardon my grammar, i hope you understand, if not let me know and i will try to rephrase my problem
You would need to build your own property editor for this.
If you don't have budget for that, you could have the settings as nested content objects (one doctype per item in your dropdown), and then skip the dropdown for the nested content.
That way your user would be able to select between Bruger, Regning or what else you have got in the dropdown.
Umbraco Datatype
Hello,
Is it possible to change content according to a dropdown inside content? see the picture for an illustration.
Flow My view shows table according to the dropdown in my table grid, if i change it to something else, my view will display a different table. I have this to make my table grid as dynamic as possible, to have as few editors as possible.
in this senario, if i change table, i want to be able to make changes to my table, that has been selected in the dropdown.
Lastly, in the checkbox list that is shown (fictive data), should not be hardcoded by enum or similar, it should update according to my data from db.
Pardon my grammar, i hope you understand, if not let me know and i will try to rephrase my problem
anyone?
Hi Lasse
You would need to build your own property editor for this.
If you don't have budget for that, you could have the settings as nested content objects (one doctype per item in your dropdown), and then skip the dropdown for the nested content.
That way your user would be able to select between Bruger, Regning or what else you have got in the dropdown.
is working on a reply...