How do I remove the word "add an item" at the tree!! Thank you
Pertanyaan ini telah diberikan tanda
12
Replies
38083
Tampilan
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 ..
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
|
2
Sep 23
|
7001 | ||
|
|
4
Mar 15
|
7114 | ||
|
|
2
Mar 15
|
8650 | ||
|
|
4
Mar 15
|
8133 | ||
|
|
0
Mar 15
|
7789 |
"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) ...