Thanx, but i would like to use it with Jquery.
I have a filled array in php, and in a js file i've got :

jQuery(document).ready(
function()
{
        var lastsel;

        jQuery("#list2").jqGrid(
        {
        url:'/comms/grid',
                datatype: "json",
                colNames:['!','Auteur', 'Personne', 'Fonction', 'Raccourci'],
                colModel:[ {name:'!', width:120, editable: true, edittype: 
"select",
editoptions:{value:"FE:FedEx;IN:InTime;TN:TNT;AR:ARAMEX"}},

....
// Here i would like to change the values by my array.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to