Page 1 of 1

inline List editing

Posted: Wed Mar 27, 2013 2:03 am
by Moataz Abdellateef

I need to enable inline editing within the list component. HTML5 supports the attribute "contenteditable" and I've tried the exported project from Tiggzi by changing the HTML file and it worked fine. My problem is that I don't know how to add that attribute within Tiggzi or how to import back the HTML file into Tiggzi project. Any guidelines will be much appreciated.


inline List editing

Posted: Wed Mar 27, 2013 4:20 am
by Illya Stepanov

You want to put it in a textarea field?


inline List editing

Posted: Wed Mar 27, 2013 8:22 am
by Maryna Brodina

Hello! There is no way to import back to project edited HTML. You can use Panel component to add your HTML code. To add contenteditable attribute you can use "More Properties" option or next JS code:

codeTiggzi("componentName").attr("contenteditable", "true");/code