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
Comment #1
Marko B commentedI 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.
Comment #2
Marko B commentedThey have it here, at least looks like it is solved. I still do have problems.
http://drupal.org/node/1191262
Comment #3
dsnopekYes, those are the default settings unless you change them in automodal_add() or one of the alter functions in PHP or Javascript.