Moataz Abdellateef
Posts: 0
Joined: Sat Mar 02, 2013 12:12 am

inline List editing

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

inline List editing

You want to put it in a textarea field?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

inline List editing

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

Return to “Issues”