Skip to content
Snippets Groups Projects
solveur.config.json 726 B
Newer Older
mathias.chouet's avatar
mathias.chouet committed
[
    {
        "id": "fs_target",
        "type": "fieldset",
        "fields": [
            {
                "id": "select_target_nub",
                "type": "select",
                "source": "solveur_target"
            },
            "Ytarget"
        ]
    },
    {
        "id": "fs_searched",
        "type": "fieldset",
        "fields": [
            {
                "id": "select_searched_param",
                "type": "select",
                "source": "solveur_searched"
            },
            "Xinit"
        ]
    },
    {
        "type": "options",
        "targetNubSelectId": "select_target_nub",
        "searchedParamSelectId": "select_searched_param",
        "_help": "solveur.html"
    }
]