Using Spreadsheet JSF Component"

From Documentation
(Created page with "{{ZKSpreadsheetEssentials3PageHeader}} {{ZSS EE}}")
 
Line 2: Line 2:
  
  
 +
 +
 +
__TOC__
  
  
 
{{ZSS EE}}
 
{{ZSS EE}}
 +
 +
= Overview =
 +
 +
In this section, we will demonstrate how to make other JSF components interact with Spreadsheet in a JSF page by AJAX tag. We assume that you know some basics about [http://www.oracle.com/technetwork/java/javaee/documentation/index-137726.html JSF] including life cycle, tag usage, event handling, AJAX tag, and managed bean.
 +
 +
The example application is a simple page to request for leave. A user fills the required field in cells and click "OK" button to submit his request for leave. Or he can clicks "Reset" button to reset what he inputs to default value. The screenshot below shows a request of a user "John":
 +
 +
[[File:essentials-jsp-app.png | center]]
 +
 +
 +
= Create a JSF Page =
 +
 +
* book, actionBridge
 +
* f:ajax
 +
* update
 +

Revision as of 09:01, 1 August 2013


Using Spreadsheet JSF Component






Available in ZK Spreadsheet EE only

Overview

In this section, we will demonstrate how to make other JSF components interact with Spreadsheet in a JSF page by AJAX tag. We assume that you know some basics about JSF including life cycle, tag usage, event handling, AJAX tag, and managed bean.

The example application is a simple page to request for leave. A user fills the required field in cells and click "OK" button to submit his request for leave. Or he can clicks "Reset" button to reset what he inputs to default value. The screenshot below shows a request of a user "John":

Essentials-jsp-app.png


Create a JSF Page

  • book, actionBridge
  • f:ajax
  • update