We will see how we can also show the images for the combo items bases on some conditions. ZK Version 6Project Name : ComboItemIcons Project Structure: Demo.zul <?page title="new page title" contentType="text/html;charset=UTF-8"?><zk> <window id="myWin" title="new page title" border="normal" apply="org.zkoss.bind.BindComposer" viewModel="@id('myvm') @init('mydomainUI.DemoVM')"> Users: <combobox...
Wednesday, 27 June 2012
Tuesday, 26 June 2012
ZK Border Layout–Another example
Posted on 23:04 by Unknown
This examples show how you can use ZK Border Layout to show the product information on clicking image. ZK Version 6Project Name : BorderLayout2Project Structure: Output: Demo.zul <zk> <window border="none" width="100%" height="100%" id="main"> <separator /> <div left="20px" height="25px"> <image src="/images/zklogo_s.png" style="padding-left: 10px;" height="30px" width="auto"...
Monday, 25 June 2012
MVVM–List Item–Hibernate–MySQL–Part 3
Posted on 17:49 by Unknown
Note: This is continuation of my previous article Part 2. Please click here to go to Part 2 In this Part 3, we will enhance our Listing and model window as follows 1. We will include one more column as last named as Actions. This action will contain image such as edit, activate and delete.2. We will also give hyperlink for the first column. If the user clicks the first column, then we will show the information in the read-only and if the user...
Saturday, 23 June 2012
C Workbook
Posted on 21:55 by Unknown
In the year 1999-2002, I was working as faculty in a computer center. During that period, I developed a small VB Application to explain the concept of C. Here are the some screenshots from that VB Project ...
Friday, 22 June 2012
MVVM Modal window–Pass Parameter and Return values
Posted on 19:39 by Unknown
In this post, we will see how we can pass some values to the modal window when calling from the parent window and also vice versa (i.e) return some values from the modal window to parent window Project Name : MVVMModalWindowProject Structure: Demo.zul <?page title="new page title" contentType="text/html;charset=UTF-8"?><zk> <window title="MVVM Modal window Passing arguments and retur values" border="normal" apply="org.zkoss.bind.BindComposer"...
Wednesday, 20 June 2012
C++ Workbook
Posted on 19:19 by Unknown
In the year 1999-2002, I was working as faculty in a computer center. During that period, I developed a small VB Application to explain the concept of C++. Here are the some screenshots from that VB ProjectHome PageChapters ListSample Prog...
Monday, 18 June 2012
ZK Border Layout–Menu on the left and content on the right.
Posted on 10:45 by Unknown
In this post, let us see how we can load all our project menu in the left and on click of each of menu, then we will load individual zul file on the right side. Here, we are going to use border layout, where north border going to content menu and west border will be used to load the individual zul file. Many thanks Stephan who helped me to complete this task. Here is the forum threadhttp://www.zkoss.org/forum/listComment/18840-Menu-Links-on-Left-Side-and-Page-Content-on-Right-Side?lang=en...
Sunday, 17 June 2012
MVVM–List Item–Hibernate–MySQL–Part 2
Posted on 23:56 by Unknown
In the part 1, we have seen, how to list the records from DB using ZK List box. Now let us go further and see how we can add new record and edit exiting record and update into DB.In this post, we will see how we can do the following stuffs1. Add new person by calling a model window in MVVM and update in the DB2. On Double click of the records in the list item, edit the existing record by calling a modal window in MVVM and update in the DB3. Then...
Subscribe to:
Posts (Atom)