Hi Tony,
well, I've another suggestion, but first, let me explain my problem: I try to edit data in jqgrid (using the modal window), getting the data from a database via php and json and because I do not want the users to enter html code, I have a problem showing following characters: < > ” ' and & .
Do you have a example how to manage these characters ?
Else I thought of using htmlspecialchars on the server side and decode it again with javascript on the client side. Now I could simply use afterShowForm, but the problem is, when I use the next and previous button, I have no possibility to call a function.
So, would it be possible to create a afterFillData (for the editoptions) in grid.formedit.js line 482-484 (and all the necessary code above):
else { $(“#id_g”,”#”+frmtb).val(“”); }
if(onAfterFillDAta { onAfterFillData($(“#”+frmtb)); }
return cnt;
or else being able to call a function in the following blocks:
$(“#nData”, “#”+frmtb).click(function(e){….}
$(“#pData”, “#”+frmtb).click(function(e){….}
thanks in advance, jean
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top