Version
Version | Functional Change |
11.0 | / |
11.0.6 | Added setCellsQuick and setCellsValueInBatch APIs. |
The following APIs can only be used in pagination reports, not in FVS templates.
setCellsQuick
Method | setCellsQuick(configs) ![]() | Batch assign values to checkbox widgets. |
Parameter | configs: array {reportIndex:0,col:0,row:0,value:1} |
|
Return Value | void | |
Example | Batch assign values to the checkbox widget on the reporting page. var configs = [];configs.push({reportIndex:0,col:0,row:0,value:1});_g().setCellsValueInBatch(configs); | |
Application Example | Select all options or select options in batch when you use multiple checkbox widgets. | |
Mobile Terminal | It is not supported on mobile terminals. |