Hi,

I've got a dialog with a checkbox that I want to change into two radio buttons (Yes/No) and I want these settings migrated for the pages that were set up with the checkbox dialog. If the checkbox was checked then the radio button "yes" should be selected otherwise the "no" radio button should be selected.
Is this possible?
Since I can't decode the way Magnolia/JCR saves the information I'm afraid that all previous settings will be lost for pages created with the previous checkbox dialog. How do you change issues like this? I'm used to having access to a DB where I can manipulate columns and values, how is that done with Magnolia data?

(The checkbox determines if a page is (Google) "newsworthy")
Hierarchy in "Dialog Definitions":
newsworthy->options->newsworthy->label = Google Newsworthy
newsworthy->options->newsworthy->value = newsworthy
newsworthy->controlType = checkbox

Wanted hierarchy if I change it to radio buttons instead:
newsworthy->options->yes->label = Yes
newsworthy->options->yes->selected = true
newsworthy->options->yes->value = true
newsworthy->options->no->label = No
newsworthy->options->no->value = false
newsworthy->options->false = false
newsworthy->options->true = true
newsworthy->controlType = radio
newsworthy->label = Google Newsworthy

Thanks a lot for any help!

Regards,
Gösta

-----------------------------------------------------------------------------------------------------------------------------------------
Lovefilm Sverige AB är ett svenskt aktiebolag med säte i Stockholm. Org.nr.: 556635-4543.
Adress: Fleminggatan 85, 112 45, Stockholm, Sverige.
-----------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to