ZUI is an open source HTML5 front-end practical solution that helps you quickly build modern cross-screen applications.
ZUI is an open source front-end HTML5UI practice solution formed by the Yisoft Tianchuang team in the process of improving its own products (Zendao, Chanzhi, Ranzhi) to help you quickly build modern cross-screen applications.
ZUI front-end html5 framework v1.7 update logOrganizational chart:
Added organization chart view to easily draw multi-level tree organization charts, supporting update and folding controls;
icon:
Added some new icons: .icon-plus-sign-alt, .icon-check-plus, .icon-chanzhi, .icon-chanzhi-pro, .icon-zsite, .icon-zsite-pro;
File upload:
Fixed the issue where the delete button is not displayed when the rename function is enabled;
Fixed the problem of invalid multipart_params option setting;
When the option multipart_params is a function, the callback function will use the current file object as the first parameter and the default value as the second parameter;
The file download button will use the download attribute to specify the file download file name;
When file extension renaming is disabled (renameExtension is set to false), the extension is not displayed during renaming;
Fixed an issue where the file list was sometimes not updated after renaming;
Auxiliary classes:
You can now use color-named auxiliary classes to add text colors and background styles, including (.text-red, .text-green, .bg-yellow, hl-blue, etc.);
Dialog trigger:
Supports using the className option to specify additional CLASS attributes added to the generated dialog box;
chart:
Pie charts support setting the line height of external text labels (using the scaleLineHeight option);
Fixed the chart's dependence on the ZUI independent component colorset.js. Now you can quickly specify the color of the chart without introducing the colorset.js plug-in separately;
Data table:
Added fixCellHeight option to disable automatic adjustment of row height (row height can be set using CSS to avoid performance prompts for each automatic calculation). The default is true (automatic adjustment is enabled and the behavior is consistent with previous versions);
Dashboard:
Fixed the issue where panelAttrs and colAttrs options in panel configuration are invalid;
Color processing:
The $.zui.Color class adds a class method get(colorName) to quickly create a new color instance;
Drag, drag and drop, drag and drop selection, drag and drop sorting:
Added mouseButton option to specify which mouse button click will initiate drag-and-drop operation;
Drag-and-drop sorting fixes the error in calling the destroy() method;
Input group:
Optimize the rounded border effect of input groups in compact forms;
document:
All documents related to independent components add prompts for importing resources in the lib directory;
The ZUI used by the documentation website is no longer individually customized, but now uses the ZUI standard version.