This question has been flagged
12 Replies
34026 Views

How do I remove the word "add an item" at the tree!! Thank you

Avatar
Discard

"add an item" use to add the new record. why u want remove the word ?..... or want to change the word?..

Author

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) ...

Best Answer

thank you guys this one works for me: <tree string="my Tree" create="false">

Avatar
Discard

So helpful ... i used it and also delete attribute

<tree editable="bottom" create="false" delete="false">

Thanks

Best Answer

Hi, you can use:

<tree no_create_edit="1">
you couldn't create and edit ..
Avatar
Discard