I see this as default settings

  $settings += array(
    'autoFit' => TRUE,
    'draggable' => TRUE,
    'width' => 600,
    'height' => 400,
    'automodalClose' => TRUE,
    'automodalReload' => FALSE,
  );

are they also used if i just add ".automodal" to links, or do i have to do some additional settings. As currenly my automodal is not closing. (when creating content)

Comments

Marko B’s picture

I see that they work, but when using http://drupal.org/project/facebook_status
for content creating, somehow this settings are not respected. Maybe it's a modal frame issue.

Marko B’s picture

They have it here, at least looks like it is solved. I still do have problems.

http://drupal.org/node/1191262

dsnopek’s picture

Issue summary: View changes
Status: Active » Fixed

Yes, those are the default settings unless you change them in automodal_add() or one of the alter functions in PHP or Javascript.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.