Hi everyone,
I wondered if it was a good idea to create the dialog-configuration, which
is usually visually edited by some site-administrator via the admin-central,
programmatically, meaning within Java.
What I need is the following: A User defines in a list in the admin-view
some properties (e.g. what columns a table should have).
Then he gets a table with a nested new-bar (for each new row in the table).
When he presses the new(edit)-button, a Magnolia-Dialog should appear with
all the (column) values he previously added in the list as an individual
HTML-Input-Field.
(As if he just created this dialog himself via the Admin-Central-GUI)
E.g.: The List Provided (Textarea):
A
B
..
Becomes in the second (row) dialog:
A: [Textbox]
B: [Textbox]
...
Has anyone experience with something like this and if so would this be
possible without severely changing the info.magnolia.cms.gui.control.Save
class?
Thanks for any answer!
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------