[Seaside] JQuery Dialog -Extensions with GMDraggableMarkers problem

Paul DeBruicker pdebruic at gmail.com
Wed May 30 15:11:07 UTC 2012


Does #jqDialog: use ajax to load the dialog?  If so the onLoad event 
won't be fired.  I've not used google maps with the jQuery dialog but if 
there is a place where it uses #addLoadScript: you should try to change 
that to just #script: and see if that helps.




On 05/30/2012 02:23 AM, dtrussardi at tiscali.it wrote:
> Ciao,
>
> excuse me for replication but i don't solve the question.
> Can anyone give me some ideas on how to solve the problem ?
>
> Or i have not sufficiently described the issue ?
>
> Thanks in advance for any considerations.
>
> Best regards,
>
> Dario
>
>> Ciao,
>>
>> i'm interested to work with JQuery Dialog widget to replicate the
>> Scriptaculous lightbox.
>>
>> For now i load the JQuery-Extensions-NickAger.2.mcz .
>>
>> It work fine and replicate well the lightbox.
>>
>> But i have problem when i open jqDialog on component with GoogleMaps
>> instance.
>>
>> For example component with GMDraggableMarkers.
>>
>> html anchor callback:[ rsl:= self jqDialog: GMDraggableMarkers new ];
>> with: 'GoogleTest'
>>
>> When open it with jqDialog: the Goggle Maps is right render but the
>> relative event is not manage.
>>
>> I think that the GMDraggableMarkers loadScript ^' var map = new
>> GMap2(document.getElementById(" .....................
>>
>> is not loaded properly when the dialog is open.
>>
>>
>> Does anyone have idea on how resolve the issue?
>>
>> Thank,
>>
>> Dario
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> <mailto:seaside at lists.squeakfoundation.org>
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list