zui is an open source front-end practice solution formed by the ZenTao project management software team in the process of improving its own products to help you quickly build modern cross-screen applications. Its characteristics are as follows: >Simple and beautiful, easy to use, and quickly build simple and elegant modern web applications. >Novel and robust, using HTML5 and supporting all popular mobile and desktop browser platforms, some old browsers can also be downgraded. >Light, independent and stable, with the best available performance and maximum independence from external components. >Responsive to all platforms, written once, responsive to devices of any size. >More suitable for Chinese environment
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.
Update detailed organization chart: add organization chart view, easily draw multi-level tree organization chart, support update and folding control;
Icons: 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 problem that the delete button is not displayed when the rename function is enabled; fixed the problem that the multipart_params option setting is invalid; 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 is 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 will not be displayed when renaming; fixed the file list sometimes after renaming No update issues;
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: The pie chart supports setting the line height of external text labels (using the scaleLineHeight option); the dependence of the chart on the ZUI independent component colorset.js has been fixed. 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 the previous version);
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: Add the mouseButton option to specify which mouse button to click to initiate the drag and drop operation; drag and drop sorting fixes the error in calling the destroy() method;
Input group: Optimize the rounded border effect of the input group in a compact form;
Documentation: All documents related to independent components have added prompts for introducing resources in the lib directory; the ZUI used by the documentation website is no longer individually customized, and now uses the ZUI standard version.