Hi,
I'm using CC V4RC2 and CF V4RC3.3 on Joomla ! 2.5.4 and wanted to create an edit and save using back-end admin list only.
I would like to know some explanation of each parts:
1.CC>General>advance. Connection app and form app, what are the use of those? It seems that form app is having relation with CF but how to connect with CC ?
2.CC>Admin list setting>general. Edit field(s), i know this will provide a link when i clicked at the admin list, but the link is referred to where? CF?
what is the "cb=1" ? is it refer to the edit CF you using ?
3.CC>Admin list setting>toolbar settings. Toolbar Tasks, the format is Task:LABEL[:selection_required(1/0)][:field_name(for binary)] so if I want to have an edit task at the toolbar, then I should put as "_EDIT_:Edit Record" right ? also it's referred to where ?
*If I have selectors on, would it also change the same field of all the selected records ?
4.CC>Admin Editing. Admin form, seems like I can't get any CF connected with the connections.
I have no clue what it means, sorry.
5.CC>Admin Editing. Tasks control, what is the action order and the "return after ____ action order ? It is the CF>CC Task>connection name ?
6.CC>Admin permissions>advance. Permissions table, if I put per record check to yes, which table should I use to refer to the admin permission? I tried all the Jos_users table but it keep having error.
7.CF>Actions>CC Task. The connection name is the form connection name or the CC connection ? Can explain the difference between "Field name" and "data field name" ?
*Do I need DB record loader if I want multiple records to be edited in one go ?
8.CF>Actions>CC return to app. Same as 7 first line.
I did looked through most related posts from the forum, but can't really understand. I have little knowledge on PHP, really need some explanations here, Thanks!
I'm using CC V4RC2 and CF V4RC3.3 on Joomla ! 2.5.4 and wanted to create an edit and save using back-end admin list only.
I would like to know some explanation of each parts:
1.CC>General>advance. Connection app and form app, what are the use of those? It seems that form app is having relation with CF but how to connect with CC ?
2.CC>Admin list setting>general. Edit field(s), i know this will provide a link when i clicked at the admin list, but the link is referred to where? CF?
http://localhost/joomla/administrator/index.php?option=com_chronoconnectivity&chronoconnection={connection_name}&task=cc_edit_data&cb=1
what is the "cb=1" ? is it refer to the edit CF you using ?
3.CC>Admin list setting>toolbar settings. Toolbar Tasks, the format is Task:LABEL[:selection_required(1/0)][:field_name(for binary)] so if I want to have an edit task at the toolbar, then I should put as "_EDIT_:Edit Record" right ? also it's referred to where ?
*If I have selectors on, would it also change the same field of all the selected records ?
4.CC>Admin Editing. Admin form, seems like I can't get any CF connected with the connections.
Your form "app" should be "ChronoConnectivity" (CASE SENSITIVE) in order for it to be listed here.
I have no clue what it means, sorry.
5.CC>Admin Editing. Tasks control, what is the action order and the "return after ____ action order ? It is the CF>CC Task>connection name ?
6.CC>Admin permissions>advance. Permissions table, if I put per record check to yes, which table should I use to refer to the admin permission? I tried all the Jos_users table but it keep having error.
7.CF>Actions>CC Task. The connection name is the form connection name or the CC connection ? Can explain the difference between "Field name" and "data field name" ?
*Do I need DB record loader if I want multiple records to be edited in one go ?
8.CF>Actions>CC return to app. Same as 7 first line.
I did looked through most related posts from the forum, but can't really understand. I have little knowledge on PHP, really need some explanations here, Thanks!