Answered: How to editable list / install extensions and plugins?
Answered: How to editable list / install extensions and plugins?
Hello people,
I'm using sencha touch 1 and I'm trying to figure it out how to implement an editable list. The only option I have found so far is a plugin, so I would like to know how I can install a plugin for editable list.
I can't find any documentation about how to do it, so I'm guessing, but would rather to have some info about what I need to do. I'm using a windows machine and I'm not sure I can compile the plugin css file with my css file from my windows.
If any of you have suggestions or could send some links to info I will appreciate it.
Hi.
creating an advanced list is not simple if you are new with Sencha Touch.
I suggest you do use to take a look at the one I've developed some months ago.
Hi.
creating an advanced list is not simple if you are new with Sencha Touch.
I suggest you do use to take a look at the one I've developed some months ago.
After some tests the editable list plugin is almost working on my list
The issue I have now is that, when I delete and item on the list and go to another panel and comeback to the list, the previously removed item is shown back on the list. I guess I need to implement something extra on the delete function, so it can have access to my store and edit it.
I haven't check that yet, so if I get stuck or have any questions I will ask again.
Anyway, I just replaced my css file for yours and works fine, since I don't have any theme yet.
Thanks for your previous reply and for the plugin, I'm learning a lot from your code.
I'm glad you are using my component.
However, the EditableList, remove the records from the store at the same time you delete the associated list items.
So, be sure that you don't load back your data in the store when you display back your list.
Hope this helps.
Sencha Inc Andrea Cammarata, Solutions Engineer
CEO at SIMACS