makeeditable
makeeditable
hello,
I work with the plugin makeeditable on a table and I encounter a problem to create my list of select type
I want to create using the "LoadURL"
It works well. But I want to send the id of my online page that create the list. And I do not know what to put
[code]
{
event: 'click', /* si cette ligne est décomenter le select apparait avec un simple click*/
indicator: 'Mémorisation en cours',
tooltip: 'Double Cliquer pour modifier la taille',
loadtext: 'Chargement...',
type: 'select',
onblur: 'submit',
/* data: "{'-':'-', 'TU':'TU','38':'38','40':'40','90':'90'}",*/
loaddata : function (value, settings) {
return {id: "remy" };
},
loadurl: 'todel.asp',
loadtype: 'GET',
sUpdateURL: "detail_commande_gestion_ajax.asp"
},
[/code]
loadata to send a value visibly Page todel.asp
If I put "remy" I recovered well worth the todel.asp page faisaint request ("id")
But I want to replace "remy" by one of my data row. Either the id or my reference product for example.
Thank you in advance for your help
I work with the plugin makeeditable on a table and I encounter a problem to create my list of select type
I want to create using the "LoadURL"
It works well. But I want to send the id of my online page that create the list. And I do not know what to put
[code]
{
event: 'click', /* si cette ligne est décomenter le select apparait avec un simple click*/
indicator: 'Mémorisation en cours',
tooltip: 'Double Cliquer pour modifier la taille',
loadtext: 'Chargement...',
type: 'select',
onblur: 'submit',
/* data: "{'-':'-', 'TU':'TU','38':'38','40':'40','90':'90'}",*/
loaddata : function (value, settings) {
return {id: "remy" };
},
loadurl: 'todel.asp',
loadtype: 'GET',
sUpdateURL: "detail_commande_gestion_ajax.asp"
},
[/code]
loadata to send a value visibly Page todel.asp
If I put "remy" I recovered well worth the todel.asp page faisaint request ("id")
But I want to replace "remy" by one of my data row. Either the id or my reference product for example.
Thank you in advance for your help
This discussion has been closed.