01-24-2012, 04:31 AM
[eluser]areesto[/eluser]
Hi Nicholas,
i start using your excellent cms, and want to use some ajax in the admin view edit content, i want to use nested combo-box (for cars : one for make and the other for model). i use jCombo for this so my javascript is :
$("#model").jCombo("getModels.php?id=", { parent: "#make" } );
my question is where i can place the file "getModels.php" and is it possible to use the bancha classes and helpers.. on it ?
Hi Nicholas,
i start using your excellent cms, and want to use some ajax in the admin view edit content, i want to use nested combo-box (for cars : one for make and the other for model). i use jCombo for this so my javascript is :
$("#model").jCombo("getModels.php?id=", { parent: "#make" } );
my question is where i can place the file "getModels.php" and is it possible to use the bancha classes and helpers.. on it ?