ZK Problem with multiple events
I have textbox and method which listens two events. `` `@Listen("onOK = #test; onBlur = #test") public void action(Event event) { // do something ... }` When I press Enter on the Textbox, the event...
View Article"Recursive" databinding on a tree
Orignial message at: https://sourceforge.net/forum/message.php?msg_id=5018005 By: tommy_weber Hi guys, I have already made some researches regarding databinding on a tree but found nothin. My concrete...
View ArticleZK performance monitor inside Jboss5.1 threw exception
The smalltalk [A ZK Performance Monitor](http://docs.zkoss.org/wiki/A_ZK_Performance_Monitorg), when deploy with Jboss5.1 Throw exception org.zkoss.zk.ui.UiException: Sourced file: inline evaluation...
View ArticleZK, AngularJS and Pure HTML Template
Just want to share my personal research, I've tried to create ZK Components with AngularJS (and just a rough POC), use .html file as component template, should be easier to maintain/customize dom...
View Articlehow to get session in DAO
hi all, My web app is ZK + spring(as service layer) +hibernate(as DAO) I use spring to manage SessionFactory, and all DAO class inherit from Spring's HibernateDAOSupport. and some of mapping are **lazy...
View ArticleHow to wrap components in ZK5
Hello all, I have a screen running under ZK5 that has a lot of data to display and I've been using multiple Groupboxes without the 3d mold which essentially makes fieldsets. Doing it this way groups...
View ArticleZK 5 client events
Since the animation API has been removed, I need to migrate a small piece of code to use the new JQuery based animation. Using the old action attribute and anima object, I could do this...
View ArticleUsing Spring with ZK
I have a service taht I would like to use in a composer class. This composer is associate to a zul page I did: private AfiliacionService servicio; ... public ListAfiliacionEditComposer() { servicio =...
View ArticleIE stop responding
Hi, When running the ZK application with IE (tested in IE8 and IE9) sometimes it freezes and application stop working. For example when it happens in a menu, menupopups can be expanded but when user...
View ArticleZK6 tree model - how to have all nodes open at start?
With a ZK6 tree model (like DefaultTreeModel/DefaultTreeNode) how do I setup the model so that all the parent nodes are open at start?
View ArticleInformation on ZK performances (production environment examples)
Dear all, I usually adopted ZK for small demonstration prototypes for research projects/proof-of-concepts, so when colleagues from production asks about ZK and have this question: "***What about...
View Articlecan't close west borderlayout
I don't know if this is a bug or a behavior. here is how to proceed (test in zkdemo): 1) click on the left arrow to collapse/close west 2) click in the west (but not in the arrow), to open west, but...
View ArticleRemove the hover effect from the Grid component
Hey, I noticed that the Grid component has a build-in hover effect for each row. How can I turn that off?
View ArticleCarousel Type Component in ZK
Is there a ZK component available for Carousel. If not what could be the alternative component that i can use? Thanks
View ArticleClass not found exception, can't track down.
Hey still working through this to-do tutorial. I've finally got derby working with this app, but when i recompile Im getting a java.lang.ClassNotFoundException: org.zktest.doa.EventController. That is...
View ArticleGrid horizontal scroolbar doesn't work
Hi, I have a grid with many columns. So I want to view all columns with the size of their values with a horizontal scrollbar associated to the grid. I tryied in many way, but I don't solve the problem....
View ArticleFacebook components
Are there any ZK components for facebook API, like the login button?
View ArticleZSS: On "Show one more row", how do I show ten more in one click?
how do I show ten more in one click?
View ArticleAuto Session Timeout of specific user of column value
Auto Session Timeout of specific user of column value After end time exceed system time then user auto redirected to login page
View ArticleZK Spreadsheet 3.9.0 has been released!
 Conditional formatting and various filters including text and date filter are now supported! View the complete list of new features here ▶...
View Article