We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: