V2024-02-29-001

  1. 新增 Table.setScroll,详见文档;

V2024-02-27-001

  1. 新增 Table.setToolbarOperationVisible,详见文档;
  2. 新增 Table.setToolbarDefaultButtonVisible,详见文档
  3. 新增 Table.setToolbarDropdownVisible,详见文档
  4. 新增 Table.setToolbarDropdownContextMenuVisible,详见文档

V2024-02-26-001

  1. 新增 Table.setOperationVisible,详见文档;
  2. 新增 ocWindow.modalRef.setMaskClosable,详见文档;

V2022-08-17-001

  1. OC.restPostApiCall 改进,详见文档;
  2. OC.restGetApiCall  改进,详见文档;

V2022-06-08-001

  1. Table.setCustomColumns

 

V2022-05-19-001

  1. ocWindow.showQuestion 
  2. ocWindow.hideQuestion 
  3. ocWindow.setQuestionVisible
  4. ocWindow.getQuestionVisible
  5. ocWindow.gotoQuestion
  6. ocWindow.showPathComponentIdFromRootToCurrent
  7. ocCard.setRefWindow 
  8. ocCard.removeRefWindow
  9. OC.isRunningInWxMiniProgram
  10. OC.showNotificationDlg 改进:增加回调
  11. OC.setSiderVisible
  12. OC.setNavMenuVisible
  13. OC.setLayoutHeadHeight
  14. OC.closeSystemMsg
  15. OC.showModalDialog 改进:增加如下配置项:弹框可拖拽时,上/下/左/右 是否可以拖拽出页面可视区
  16. ocButton. setType
  17. ocList.setGridVisible
  18. ocList.setGridColumnMunber
  19. ocSelect.selectedAll

 

V2021-12-21-001

  1. TreeIns.setCheckedKeys(keys)
  2. OC.showPictureInModal (params);
  3. OC.fullScreen(true)
  4. OC.onlyShowContent(true)
  5. tableIns.setTableFilters(newFilters, updateNow); 
  6. tableIns.setRowMergeGroup (rowMergeGroup,functions);
  7. tableIns.setTableMiniOperator (true); 
  8. tabsIns.removePanel('001');
  9. tabsIns.removePanelAndTriggerEvent('001');
  10. tabsIns.setAddButtonVisible(false);
  11. tabsIns.getAddButtonVisible();
  12. tabsIns.setType(‘card’);
  13. tabsIns.getType();
  14. tabsIns.setEditable(true);
  15. tabsIns.getEditable();
  16. TableForm.setCustomColumnsPrecisionByRowIdAndDataIndex(precisions);
  17. OC.showAddButton(visible);
  18. tableIns.setColumnEditable(‘sex’, false);
  19. tableIns.setOperationColumnWidth('100px');
  20. SearchInput1.handleFocus();
  21. ColIns.getSpan();
  22. ColIns.setSpan(12);
  23. OC.encryptByDES(message, secretKey) 2021.12.24 新增