greendragon's profile - activity

2015-10-19 12:52:16 +0800
asked a question
2015-10-16 10:52:54 +0800
answered a question
Error in js function using google map Hi! I want to insert google map in a zul file. <div class="map-canvas" id="map-canvas"> <div class="map" id ...
2015-10-14 10:58:32 +0800
edited answer
Compare dates client side Hello! I solved the problem with the datebox: var toDate = new Date(jq('$toDate').zk.$().getValue()); Thanks ...
2015-10-14 10:57:57 +0800
edited answer
Compare dates client side Hello! I solved the problem with the datebox: var toDate = new Date(jq('$toDate').zk.$().getValue()); Thanks ...
2015-10-14 10:57:57 +0800
edited answer
Compare dates client side Hello! I solved the problem with the datebox: var toDate = new Date(jq('$toDate').zk.$().getValue()); Thanks ...
2015-10-14 10:53:43 +0800
answered a question
Compare dates client side Hello! I've a form with two dates, and I wanto to insert a constrait on them: the second date must be grater than the fi ...
2015-10-09 12:53:06 +0800
answered a question
Compare dates client side Hello! I've a form with two dates, and I wanto to insert a constrait on them: the second date must be grater than the fi ...
2015-10-08 13:51:23 +0800
asked a question
2015-09-30 13:59:33 +0800
edited answer
Required field border color Thanks Darksu. I'm thinking an another way to solve the problem. Is it possible to check the empty textbox client side? ...
2015-09-30 10:10:29 +0800
answered a question
Required field border color Hi everybody! I've a problem with required fields in a form. I'd change border color of the required textbox when they' ...
2015-09-29 13:14:16 +0800
answered a question
Required field border color Hi everybody! I've a problem with required fields in a form. I'd change border color of the required textbox when they' ...
2015-09-28 13:18:00 +0800
asked a question
2015-09-24 15:15:11 +0800
asked a question
2015-09-15 10:05:19 +0800
answered a question
Unbind div in js function Hello! I have a problem with the unbind of a div. I've a button and a clickable div: <div class="search col-xs-3" id= ...
2015-09-09 13:40:51 +0800
asked a question
2015-09-09 08:46:15 +0800
asked a question
2015-09-04 09:47:24 +0800
answered a question
JS function on click button Hi!!! I've this Js function in my script.js file: jQuery(function() { $(".searchFilter").bind('click', function(){ ...
2015-08-07 12:32:58 +0800
asked a question
2015-08-03 14:47:57 +0800
answered a question
How use @NotifyChange for a bean property Hi!!! I want to update the textbox content from VM. I have this zul file: <textbox id="autocomplete"> ...
2015-07-31 14:14:36 +0800
answered a question
How use @NotifyChange for a bean property Hi!!! I want to update the textbox content from VM. I have this zul file: <textbox id="autocomplete"> ...
2015-07-31 14:13:51 +0800
marked best answer
2015-07-30 09:45:11 +0800
asked a question
2015-07-29 08:38:38 +0800
answered a question
How use zAu.send to send data from client to server Hi everybody! I want to use zAu.send to send data from client to server. In zul page I wrote: <script> fun ...
2015-07-29 08:38:34 +0800
marked best answer
2015-07-29 08:38:34 +0800
received badge
2015-07-28 10:54:32 +0800
asked a question
2015-07-27 10:59:00 +0800
answered a question
Get parameters from javascript to VM Hi everybody! Is it possible to pass to ViemModel a variable defined in a javascript? For example, I have this script: ...
2015-07-23 14:53:41 +0800
answered a question
Get parameters from javascript to VM Hi everybody! Is it possible to pass to ViemModel a variable defined in a javascript? For example, I have this script: ...
2015-07-23 09:06:18 +0800
answered a question
Get parameters from javascript to VM Hi everybody! Is it possible to pass to ViemModel a variable defined in a javascript? For example, I have this script: ...
2015-07-17 15:07:16 +0800
edited question
Access javascript variables Is it possible to access to a variable defined into the <script> section? For example: <script type="text/ ...
2015-07-17 15:06:50 +0800
asked a question
2015-07-16 16:05:15 +0800
asked a question
2015-07-16 09:21:57 +0800
asked a question
2015-06-24 14:52:29 +0800
asked a question
2015-06-16 11:50:19 +0800
received badge
2015-06-16 11:50:19 +0800
edited answer
Images slider Hi Darksu, my doubt is how change this part <div id="container"> <image id="imgOne" /> <image i ...
2015-06-16 09:54:56 +0800
answered a question
Images slider Hi everybody!!! I need to create an images slider but I've no idea how proceed. I have a variable number of images uploa ...
2015-06-16 08:42:21 +0800
answered a question
Images slider Hi everybody!!! I need to create an images slider but I've no idea how proceed. I have a variable number of images uploa ...
2015-06-15 14:49:56 +0800
asked a question
2015-06-04 08:43:43 +0800
answered a question
Component definition not found: ul in [LanguageDefinition: xul/html] Hi!!! I should create a bootstrap dropdown button using this code: <div class="btn-group"> <button type="bu ...
2015-06-03 10:56:58 +0800
received badge
2015-06-01 14:20:11 +0800
edited question
Component definition not found: ul in [LanguageDefinition: xul/html] Hi!!! I should create a bootstrap dropdown button using this code: <div class="btn-group"> <button type="bu ...
2015-06-01 14:18:27 +0800
asked a question
2015-05-29 06:09:13 +0800
marked best answer
2015-05-28 10:05:40 +0800
received badge
2015-05-27 08:58:39 +0800
answered a question
How set space between rows Hello! Is it possible to set the space between two rows? I have this structure: <rows id="rows"> <row> ...
2015-05-25 13:13:12 +0800
answered a question
How set space between rows Hello! Is it possible to set the space between two rows? I have this structure: <rows id="rows"> <row> ...
2015-05-21 15:43:12 +0800
asked a question
2015-05-21 15:36:45 +0800
answered a question
Window background image Hi, I'm new about ZK development. I just want to create a simple login page with a background image. Maybe my question i ...
2015-05-19 14:59:21 +0800
asked a question
Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More