We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "title": "TEST", "description": "TEST", "logoPosition": "right", "pages": [ { "name": "OBSERVATION_PAGE", "title": "Observations", "elements": [ { "type": "matrixdynamic", "name": "OBSERVATION_TABLE", "titleLocation": "hidden", "valueName": "Observation", "verticalAlign": "top", "columns": [ { "name": "OBSERVATION_DETAIL_HEADER", "title": "Observation", "cellType": "text", "readOnly": true }, { "name": "OBSERVATION_CODE_HEADER", "title": "Code", "setValueExpression": "{row.OBSERVATION_CODE}" }, { "name": "OBSERVATION_ITEM_COMPLETED_HEADER", "title": "Complete", "setValueExpression": "{row.OBSERVATION_ITEM_COMPLETED}" } ], "detailElements": [ { "type": "dropdown", "name": "OBSERVATION_TYPE", "title": "Observation Type", "isRequired": true, "choices": [ "test 1", "test 2", "test 3", "test 4", "Other" ] }, { "type": "comment", "name": "OBSERVATION_COMMENT", "title": "Observation comments", "isRequired": true, "maxLength": 300 }, { "type": "dropdown", "name": "OBSERVATION_CODE", "title": "Observation Code", "isRequired": true, "choices": [ "Test 31", "Test 32", "Test 33", "Test 34" ] }, { "type": "boolean", "name": "OBSERVATION_ITEM_COMPLETED", "title": "Has this item been completed?", "isRequired": true, "valueTrue": "Yes", "valueFalse": "No" }, { "type": "boolean", "name": "FURTHER_INV_REQ", "title": "Further investigation required?", "isRequired": true, "valueTrue": "Yes", "valueFalse": "No" } ], "detailPanelMode": "underRowSingle", "cellType": "text", "rowCount": 1, "addRowLocation": "top", "addRowText": "Add Observation", "removeRowText": "Delete Observation", "hideColumnsIfEmpty": true, "detailPanelShowOnAdding": true } ] } ], "showNavigationButtons": "none", "showQuestionNumbers": "off" }
The text was updated successfully, but these errors were encountered:
Mobile matrix footer - addRowLocation - top #9425
b043990
Fixed #9425
15d55d2
Mobile matrix footer - addRowLocation - top #9425 (#9427)
a7f82da
* Mobile matrix footer - addRowLocation - top #9425 Fixed #9425 * #9410 update screenshots
e5d86d0
novikov82
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: