Using Spreadsheet in JSF"
From Documentation
m (moved ZK Spreadsheet Essentials 3/Using Spreadsheet in JSF to ZK Spreadsheet Essentials/Using Spreadsheet in JSF) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
{{ZSS EE}} | {{ZSS EE}} | ||
− | + | Spreadsheet can be embedded into JSF 2.0 applications in much the same way as JSF native components. With Ajax support of JSF 2.0 developers can get and set data in ZK Spreadsheet without having to reload pages. Spreadsheet in JSF works much the same way as it does within a ZK application with support for all the attributes and events. We will demonstrate the usage with an example application and you can [download the example application] to experience it. | |
Latest revision as of 06:54, 22 August 2013
Available in ZK Spreadsheet EE only
Spreadsheet can be embedded into JSF 2.0 applications in much the same way as JSF native components. With Ajax support of JSF 2.0 developers can get and set data in ZK Spreadsheet without having to reload pages. Spreadsheet in JSF works much the same way as it does within a ZK application with support for all the attributes and events. We will demonstrate the usage with an example application and you can [download the example application] to experience it.
All source code listed in this book is at Github.