Closed (outdated)
Project:
Dialog
Version:
6.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2011 at 07:53 UTC
Updated:
6 Jan 2017 at 20:21 UTC
Jump to comment: Most recent
Comments
Comment #1
basant commentedYou can bind ctools dialog event to ajax loaded contents using Drupal.behaviors.Dialog(context) where context is the jquery object for the selector in which you are populating content from ajax.
Eg
var obj = $('#conatainer-to-load-content');
obj.replaceWith(ajax_content);
Drupal.behaviors.Dialog(obj);
I am sure this will help you.
Comment #2
devin carlson commentedDialog 6.x is no longer supported.