How do I remove the word "add an item" at the tree!! Thank you
لقد تم الإبلاغ عن هذا السؤال
12
الردود
38067
أدوات العرض
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 ..
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل| المنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
|---|---|---|---|---|
|
|
2
سبتمبر 23
|
6997 | ||
|
|
4
مارس 15
|
7110 | ||
|
|
2
مارس 15
|
8626 | ||
|
|
4
مارس 15
|
8103 | ||
|
|
0
مارس 15
|
7770 |
"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) ...