Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataObjectManager pop up does not open in a separate window. #71

Open
neerom opened this issue Jun 2, 2013 · 0 comments
Open

DataObjectManager pop up does not open in a separate window. #71

neerom opened this issue Jun 2, 2013 · 0 comments

Comments

@neerom
Copy link

neerom commented Jun 2, 2013

Hi,
I am using 2,4 version. The problem is that DOM pop up opens in the same page. Not in a separate page.

$f = parent::getCMSFields();
$manager = new ImageDataObjectManager(
$this, // Controller
'Images', // Source name
'ImageResource', // Source class
'Attachment', // File name on DataObject
array(
'Title' => 'Title',
'Caption' => 'Caption'
),
'getCMSFields_forPopup'

    );
    $f->addFieldToTab("Root.Content.Gallery",$manager);

    return $f;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant