Thursday, October 21, 2010

How to use the Carousel component in 2 seconds

1.Craete a .jspx file
2.Create a View Object DataControl
3.Drag and Drop the view object from the DataControl to the jspx page
Now Choose carousel from  the following,
4.Choose carouselItem in the structure panel,and in the property inspecter of the carouselItem,for text attribute  type #{item.employeeName}  // give any attribute of the view object in the place of employeeName
5.Now run the application
       
       

No comments:

Post a Comment