How do I remove the word "add an item" at the tree!! Thank you
Dette spørgsmål er blevet anmeldt
12
Besvarelser
38050
Visninger
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 ..
Kan du lide at diskutere? Læs ikke bare med, deltag aktivt i debatten!
Opret en konto i dag for at få glæde af eksklusive funktioner, og bliv en del af vores skønne fællesskab!
Tilmeld dig| Relaterede indlæg | Besvarelser | Visninger | Aktivitet | |
|---|---|---|---|---|
|
|
2
sep. 23
|
6990 | ||
|
|
4
mar. 15
|
7107 | ||
|
|
2
mar. 15
|
8609 | ||
|
|
4
mar. 15
|
8072 | ||
|
|
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) ...