Rich Text Edit"

From Documentation
(Created page with "{{ZKSpreadsheetEssentials3PageHeader}} {{UnderConstruction}} {{ZSS EE}} since 3.5.1 Spreadsheet allows user to edit cell text with rich text format, it provides a built-in W...")
 
Line 10: Line 10:
  
  
== Edit Rich Text within WYSIWYG Editor ==
+
== Edit Rich Text within WYSIWYG Editor ==
 
+
Using WYSIWYG editor is easy, just right click on the cell to open context menu and click "Rich Text Edit".
 +
[[File:EditRichText.png]]
 +
Then you can edit rich text within WYSIWYG editor
 +
[[File:Richtextbox.png]]
 +
The result will be like:
 +
[[File:RichText.png]]
  
 
== Set Rich Text via API ==
 
== Set Rich Text via API ==

Revision as of 07:08, 21 August 2014


WarningTriangle-32x32.png This page is under construction, so we cannot guarantee the accuracy of the content!

Available in ZK Spreadsheet EE only

since 3.5.1

Spreadsheet allows user to edit cell text with rich text format, it provides a built-in WYSIWYG (“what you see is what you get”) editor to help user enter and format text. Besides, user can set rich text via Spreadshweet's API as well.


Edit Rich Text within WYSIWYG Editor

Using WYSIWYG editor is easy, just right click on the cell to open context menu and click "Rich Text Edit". EditRichText.png Then you can edit rich text within WYSIWYG editor Richtextbox.png The result will be like: RichText.png

Set Rich Text via API

All source code listed in this book is at Github.


Last Update : 2014/08/21

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.