How do I remove the word "add an item" at the tree!! Thank you
คำถามนี้ถูกตั้งค่าสถานะ
12
ตอบกลับ
38109
มุมมอง
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 ..
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อ| Related Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
|---|---|---|---|---|
|
|
2
ก.ย. 23
|
7011 | ||
|
|
4
มี.ค. 15
|
7123 | ||
|
|
2
มี.ค. 15
|
8661 | ||
|
|
4
มี.ค. 15
|
8144 | ||
|
|
0
มี.ค. 15
|
7798 |
"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) ...