How do I remove the word "add an item" at the tree!! Thank you
Bu soru işaretlendi
12
Cevaplar
38048
Görünümler
thank you guys this one works for me: <tree string="my Tree" create="false">
So helpful ... i used it and also delete attribute
<tree editable="bottom" create="false" delete="false">
Thanks
Hi, you can use:
<tree no_create_edit="1">
you couldn't create and edit ..
Tartışma hoşunuza mı gidiyor? Sadece okumakla kalmayın, katılın!
Özel özelliklerden yararlanmak ve harika topluluğumuzla etkileşime geçmek için bugün bir hesap oluşturun!
Üye Ol| İlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
|---|---|---|---|---|
|
|
2
Eyl 23
|
6990 | ||
|
|
4
Mar 15
|
7107 | ||
|
|
2
Mar 15
|
8609 | ||
|
|
4
Mar 15
|
8070 | ||
|
|
0
Mar 15
|
7739 |
"add an item" use to add the new record. why u want remove the word ?..... or want to change the word?..
because I already have a list that is automatically generated (by clicking on "compute" button) in this case I don't need to have the word "add an item" in my list ( tree) ...