更新内容:
- TreeIns.setCheckedKeys(keys)
- OC.showPictureInModal (params);
- OC.fullScreen(true)
- OC.onlyShowContent(true)
- tableIns.setTableFilters(newFilters, updateNow);
- tableIns.setRowMergeGroup (rowMergeGroup,functions);
- tableIns.setTableMiniOperator (true);
- tabsIns.removePanel('001');
- tabsIns.removePanelAndTriggerEvent('001');
- tabsIns.setAddButtonVisible(false);
- tabsIns.getAddButtonVisible();
- tabsIns.setType(‘card’);
- tabsIns.getType();
- tabsIns.setEditable(true);
- tabsIns.getEditable();
- TableForm.setCustomColumnsPrecisionByRowIdAndDataIndex(precisions);
- OC.showAddButton(visible);
- tableIns.setColumnEditable(‘sex’, false);
- tableIns.setOperationColumnWidth('100px');
- SearchInput1.handleFocus();
- ColIns.getSpan();
- ColIns.setSpan(12);
- OC.encryptByDES(message, secretKey) 2021.12.24 新增