-
Redo Table editing function,Contains the following key features:
- Redo Toolbar icon,Optimized insert table interaction experience,Now click on the table icon button,Pop up row and column selection panel,Quickly insert a table by sliding the mouse to select the number of table rows and columns to insert,After inserting the form,The cursor will automatically be placed in the first cell
-
New by Tab Key to switch the function of the cursor in the cell,A new line is automatically created when the cursor is already in the last cell in the table,And move the cursor to the first cell of the new line;
-
New Select multiple cell features,Allow the following methods to perform multiple selection operations:
- Click on the left side of the first cell of each row to quickly select all cells on the entire row.;
- Click on the top side of the first cell of each column to quickly select all cells on the entire column.;
- Click and hold on one cell and drag to another cell,You can select all cells in the range of the drag and drop rectangle;
-
New Ability to apply styles or actions to selected cells,Currently supports the following operations:
- Merge all selected cells;
- Delete the row or column of all selected cells;
- Operation on text base styles,Including bold、Underline、Strikethrough、Font、Text color, background color, etc.;
- Operation on content alignment,Including left、Centered、Waiting right;
- Change operation on content type,Including switch list type, etc.;
-
Redo Table cell style settings dialog style,Added settings for cell border size and text color;
-
optimization Table style settings,Styles such as borders and interlaced colors are now applied directly to the cell.,Instead of passing CSS Class name,Avoid in ZUI Lost style if the base style is missing;
-
optimization The item on the right-click menu,Does not display when some items are not available in certain situations,For example, it does not appear when the cursor is on the last line.“Merge cells down”Menu Item;
- optimization The interaction of inserting a table into a table,Support for editing nested tables;
-
repair Sometimes right click on the cell,There is no problem with cell-related menu items on the pop-up context menu.;
-
New by
placeholder
Option for the editor to set and display placeholder text when there is no content; -
New by
pasteImage
Option to implement automatic map upload function; -
New by
spellcheck
Option to enable or disable spell checking; -
New by
transferTab
Option disables editor Tab Key insertion space function,Instead, implement the activation editor on the page one form control; -
New by
syncAfterBlur
Option implementation automatically performs synchronization when the editor loses focus(sync()
)operating; - New by
simpleWrap
Options to optimize source formatting,When this option istrue
Time,Block-level element content in source code does not appear as a new line; - optimization Form indentation style,Now indented by default 2 Space,Instead of Tab;
- optimization Preview interface style;
-
repair Can't pass
themeType
Option to specify a problem with the theme style sheet;