Problem after updating to ZK 9.5.0
I believe there are some changes in CSS From zkoss. Please look at the video. You can see some blue color for fraction of seconds after updating to ZK 9.5. So rolled back [link...
View Articlekeikai-spreadsheet-table alternative row color style-not working
while importing excel having table with alternative row color style, all colors are lost. Please help to show spreadsheet rows with alternative colors
View Articlekeikai-spreadsheet-table alternative row color style-not working
while importing excel having table with alternative row color style, all colors are lost. Please help to show spreadsheet rows with alternative colors
View Articlereceiving POST data in a ZUL page
Orignial message at: https://sourceforge.net/forum/message.php?msg_id=4211295 By: ldrolez Hi ! I'm trying to interface a ZUL script with an old script which will POST data to the ZUL scripts. I can...
View Articlelistbox on IE
The Listbox object on Firefox appears correctly, but on Internet Explorer I do not see the descriptions of the headers columns. Why?
View Articlezk keikai-how to add custom button/label to formulabar?
Please help out how to add custom button/label to formula bar in keikai spreadsheet??
View ArticleConnection leak while generating jasper report
Hi, From my composer code I am setting the dbConnection to the jasper report. Report is getting generated nicely but I see ZK is not closing the connection. I am using zk version 5.0.9 , zkex : 5.0.5 ,...
View Articlezk-keikai-How to auto fit column width based on text
Please suggest/help out how to auto adjust column width based on max text in cell
View ArticleScroll bar in a window
i want to add scroll bar to a window how i can do this please because when i have many elements in it i can not see all them. thanks
View Articlezk-keikai-ClipboardPateEvent-called twice
When pasting clipboard data, the paste event is called twice.
View Articleconstraint for email validation
Orignial message at: https://sourceforge.net/forum/message.php?msg_id=3661776 By: oberinspector I have written a constrain class for an email registration input field to check wether the email is...
View Article/zkau ???
Sometimes when I log in using Spring Security i get redirected to /zkau. It happens everytime after i restart the server, and then seldomly after that. Would this be more of a ZK problem, or Spring...
View ArticleRerender spreadsheet cells
Hello! Zk version 8.0.5, zss version 3.9.1 Getting this issue: https://gyazo.com/c1a8d9687a7ea725017189a5db31ef39 In "template.xlsx" adjusted MASK for numbers. It works when we put data in runtime, by...
View Articlespreadsheet features
Hello! I found this for keikai https://doc.keikai.io/dev-ref/faq.html#insert-a-checkbox-or-a-radio-symbol-in-cells Does older versions support this? For example zss 3.9.1. Didnt found. I need...
View Articlezk-springboot-with-security-Error in CSP Header
The following is aded in Spring Security Configuration http .headers() .contentSecurityPolicy("image-src 'self'; default-src 'none'; script-src 'self'; style-src 'self'").reportOnly() Added the...
View Articlehow to use/configure secured websocket (wss)?
Is there any way to used secured web socket protocol (wss) instead of plain websocket (ws) in zk
View ArticleBest IDE for CSS develop
Hi, I need IDE to develop Zk CSS extensions. Please inform about your experiences. Thanks, Miguel Goncalves
View Articlezk spreadsheet autorefresh performance
Hello! I am using zk8.0.5 and zss 3.9.1. Seems here performance problem with autorefresh formula values in big templates (like 300 rows) with many formulas like this...
View ArticleExtract delta y-value from draggable chart
Is there a way to extract the delta y-value from a draggable chart? For example, my start position is 1000 and my end position is at 1600. How would I go about getting the new delta value(1600)....
View ArticleERROR : java.lang.ClassCastException:
I have following code in zul file ==== def abc='HOSPITAL' alert("abc="+abc); def c1=ClientMap.executeQuery('select id from ClientMap where name=?',[abc]) alert("c1="+c1) This works fine. ALert...
View Article