Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To configure an additional top level element, proceed as follows:

  • Go to the documentation and copy one of the examples for the standard the standard configuration of the structure tree, e.g.:

    Code Block
    {
        "title" : "Modification range",
        "title_locales" : {
          "de":"Bearbeitungszeitraum",
          "es":"Rango de modificación",
          "fr":"Plage de modification",
          "it":"Gamma di modifica",
          "pt":"Faixa de modificação",
          "ru":"Диапазон модификации",
          "zh":"修改範圍"
        },
        "key" : "ModifiedRange",
        "method" : "daterange",
        "field" : "modified"
      }


  • In yuuvis® RAD designer, open Object type > Photo album.

  • In the details view in the middle, click Structure tree.

  • At the end of the structure tree definition, insert a comma (,) after the last }.

  • Paste the copied code snippet between , and ].

  • Test the new structure tree with the structure testing tool as described in the documentation.

  • Save the project and deploy it to your yuuvis® RAD system by right-clicking the project name in the navigation tree on the left and selecting Deploy.

  • Open the Windows Task Manager (where the yuuvis® RAD system is running) and go to Details.

  • Look for the structure-service.exe task and end it. After a few seconds, it will be restarted by yuuvis® RAD service-manager. (This step will not be necessary for versions 4.7 or later)

  • In the client, open the Photo album or refresh by pressing F5.

...