@@ -171,7 +171,7 @@ Here's the list of attributes available for all ONELAB parameters:
*`GmshOption "string"`: Treats the parameter as the name of a Gmsh option (e.g. `Mesh.Algorithm`).
*`ServerAction "string"`: Performs the ONELAB server action `string` when the parameter is changed. Currently supported actions are `Reset` (to force a full model reset), `ResetDatabase` (to force a full database reset) and `Reset name1, name2, ...` (to force a reset of the listed variables). The `Reset name1, name2, ...` form allows to create master/slave variables where the slave variables can still be edited server-side, contrary to `ReadOnly` variables. For example:
*`ServerAction "string"`: Performs the ONELAB server action `"string"` when the parameter is changed. Currently supported actions are `"Reset"` (to force a full model reset), `"ResetDatabase"` (to force a full database reset) and `"Reset name1, name2, ..."` (to force a reset of the listed variables). The `"Reset name1, name2, ..."` form allows to create master/slave variables where the slave variables can still be edited server-side, contrary to `ReadOnly` variables. For example: