Changes between Version 3 and Version 4 of TroubleshootingTips

Show
Ignore:
Timestamp:
12/08/09 05:33:35 (4 years ago)
Author:
phrearch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TroubleshootingTips

    v3 v4  
    2929 
    3030If you can't drag the map when the mouse is over a feature (marker or vector) you might find the solution in the [wiki:SelectFeatureControlMapDragIssues SelectFeature Control Map Drag Issues] page. 
     31 
     32== Integration with jquery ui == 
     33When creating openlayers in a jquery ui from dynamic data, make sure first to insert the data in the dom, render the map, and then add the dialog(not the other way around,ak. create dialog, render map): 
     34 $('#dialog').html(data.dom.dialog);<br/> 
     35 map.render('map');<br/> 
     36 $editRegion = $('#dialog').dialog({<br/>