C
|
cgphp 7/28/2011 |
Please, explain what you want to do exactly. |
T
|
txqr author 7/28/2011 |
When I click the custom field it to do an insert into a table Please, explain what you want to do exactly. |
C
|
cgphp 7/28/2011 |
In the custom field should be something similar: $value = "<a href='#' class='insert_link' id='".$data['primary_id_field']."'>".$value."</a>";
|
T
|
txqr author 7/28/2011 |
Understood. Thank you. |