DataValidationBuilder cho Checkbox
.
// Add a checkbox grid item to a form and restrict it to one response per // column. const form = FormApp.openById('123abc'); const checkboxGridItem = form.addCheckboxGridItem(); checkboxGridItem.setTitle('Where did you celebrate New Years?') .setRows(['New York', 'San Francisco', 'London']) .setColumns(['2014', '2015', '2016', '2017']); const checkboxGridValidation = FormApp.createcheckboxGridValidation() .setHelpText('Select one item per column.') .requireLimitOneResponsePerColumn() .build(); checkboxGridItem.setValidation(checkboxGridValidation);
Phương thức
Phương thức | Loại dữ liệu trả về | Mô tả ngắn |
---|---|---|
require | Checkbox | Yêu cầu giới hạn một câu trả lời cho mỗi cột đối với một mục trong lưới. |
Tài liệu chi tiết
require Limit One Response Per Column()
Yêu cầu giới hạn một câu trả lời cho mỗi cột đối với một mục trong lưới.
Cầu thủ trả bóng
Checkbox
– trình tạo xác thực này, để tạo chuỗi