Using Spreadsheet in JSP"

From Documentation
Line 6: Line 6:
 
{{ZSS EE}}
 
{{ZSS EE}}
  
ZK Spreadsheet can also be embedded in a JSP by spreadsheet custom tag to empower JSP with AJAX. You can just download the example project to experience it. Furthermore, if you want a DOM element can interact with Spreadsheet, you can use [http://jquery.com JQuery]. We will demonstrate the usage with an example application.
+
ZK Spreadsheet can also be embedded in a JSP by spreadsheet custom tag to empower JSP with AJAX.Spreadsheet JSP tag works much the same way as ZK Spreadsheet ZUL component tag does within a ZK application with support for all the attributes and events. You can just download the example project to experience it. Furthermore, if you want a DOM element can interact with Spreadsheet, you can send your own AJAX request or use [http://jquery.com JQuery]. We will demonstrate the usage with an example application.
  
  

Revision as of 07:36, 7 August 2013


Using Spreadsheet in JSP





Available in ZK Spreadsheet EE only

ZK Spreadsheet can also be embedded in a JSP by spreadsheet custom tag to empower JSP with AJAX.Spreadsheet JSP tag works much the same way as ZK Spreadsheet ZUL component tag does within a ZK application with support for all the attributes and events. You can just download the example project to experience it. Furthermore, if you want a DOM element can interact with Spreadsheet, you can send your own AJAX request or use JQuery. We will demonstrate the usage with an example application.





All source code listed in this book is at Github.


Last Update : 2013/08/07

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