0

How to remove or hiddent input text in bandbox

asked 2018-03-23 11:26:49 +0800

onsir gravatar image onsir
132 2

Hello,

How to remove or hidden input text in bandbox ?

thanks

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-03-23 14:46:32 +0800

onsir gravatar image onsir
132 2

I want make note in line detail, like this

enter code here

     final Bandpopup banpopNotes = new Bandpopup();
     final Textbox txtNotes = new Textbox();
            bandNotes.setWidth("100%");
            bandNotes.appendChild(banpopNotes);
            banpopNotes.appendChild(txtNotes);
            bandNotes.setParent(notesLineCell);
            txtNotes.setMultiline(true);
            txtNotes.setRows(3);
            txtNotes.setCols(50);

while run i want input element the bandbox not shown, then for type note in txtNotes

link publish delete flag offensive edit
Your answer
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
1 follower

RSS

Stats

Asked: 2018-03-23 11:26:49 +0800

Seen: 8 times

Last updated: Mar 23 '18

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