Hi,
I have a pop up with a grid. When i click in a line of my grid, i want to
get the object for the clicked row.
here is the parent .tml which call the pop up :
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
href=mylink;
else
Hi Christophe,
Thanks for your answer.
I tried to code with the renderSupport as you told me.
here is the javascript for my pop up
function choisir(choix){
window.opener.document.forms["add_search_form"].elements["departure"].value=choix;
Hi,
I am using the chenilleKit DatePicker :
here is the demo page :
http://www.chenillekit.org/demo/tapcomp/datetimefielddemo
There is a problem when we resize the window, the calendar image also moves.
How can i fix the position ?
Thanks by advance.
--
View this message in context:
http://ol