Thank you Payne.. You answered my question on how to make data editable on frontend.. I couldn't find it in tutorial..
This thread seems hang.. So I decided to give some basic tips for new chrono connectivity user..
What jan miss is, he did not put any code in 'body' under 'general tab' and maybe he also not entered any text in 'edit link code' under 'general tab'.. Other things he miss is to select 'Editors user Groups' under 'front permissions tab'..
Here I give a sample for this matter..
In 'header' under 'general tab':
<h3>Employer Data</h3>
<table>
<tr>
<td>Company</td>
<td>Contact Person</td>
<td></td>
</tr>
in 'body' under 'general tab':
<tr>
<td>{company_name}</td>
<td>{contact_person}</td>
<td>{edit_record}</td>
</tr>
in 'footer' under 'general tab':
</table>
{pagination}
in ''edit link code' under 'general tab':
edit
in 'record edit template' under 'front permission':
<table>
<tr>
<td>Company:</td><td><input type="text" name="company_name" size="50" value=""></td>
</tr>
<tr>
<td>Contact Person:</td><td><input type="text" name="contact_person" size="50" value=""></td>
</tr>
</table>
<input type="hidden" name="id" value="">
Thank you chronoengine for creating this great flexible joomla components! But I hope you will update your tutorial.. 😀