0

Can we add append new item into listbox through java code ?

asked 2012-10-08 12:19:13 +0800

dua gravatar image dua
27 1

i want to append the new item into listbox through java code. is it possible when the whole list is published in zul file ?
i want to append the list on a particular event /
is there any way to do that please help

delete flag offensive retag edit

4 Replies

Sort by ยป oldest newest

answered 2012-10-08 17:33:44 +0800

sjoshi gravatar image sjoshi flag of India
3493 1 8
http://zkframeworkhint.bl...

Please explain your problem in detail it is not under stable what you want to achieve?

link publish delete flag offensive edit

answered 2012-10-09 00:43:43 +0800

jj gravatar image jj
638 3

listbox.appendChild(listitem);
or if your listitem has a simple structure: listbox.appendItem(label, value);

Read the java API on Listbox and Listitem

link publish delete flag offensive edit

answered 2012-10-17 20:16:19 +0800

Senthilchettyin gravatar image Senthilchettyin flag of India
2623 3 8
http://emrpms.blogspot.in...

You can see example in my blog here

link publish delete flag offensive edit

answered 2012-10-18 06:04:18 +0800

dua gravatar image dua
27 1

Actually what i want is. like
am displaying the listcell which has label only.
when a click on some button that list should append a new listcell which should contains textbox

and the other list cell should remain label only.

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2012-10-08 12:19:13 +0800

Seen: 191 times

Last updated: Oct 18 '12

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More