[
https://issues.apache.org/jira/browse/ADFFACES-307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Danny Robinson updated ADFFACES-307:
------------------------------------
Attachment: dhtmlDialogFramework.patch
Patch to dialog/popup branch.
Removes need for frameset when in popup mode
PanelPopup.js deregisters for events when not shown
Also includes change to BodyRenderer to call initDialogPage() in onload. At
present it is included in all pages when popup is enabled, but the javascript
function will skip setting title if it's not appropriate. Need advice on how
to programatically detect we're in a dialog from within BodyRenderer. Also had
to duplicate _usePopup() function from CoreRenderKit into BodyRenderer for now.
> Popup component to display child components in a floating panel (e.g. div)
> --------------------------------------------------------------------------
>
> Key: ADFFACES-307
> URL: https://issues.apache.org/jira/browse/ADFFACES-307
> Project: MyFaces ADF-Faces
> Issue Type: New Feature
> Reporter: Danny Robinson
> Priority: Minor
> Attachments: dhtmlDialogFramework.patch
>
>
> Trinidad component to provide popup window / dialog functionality. Component
> should render a clickable anchor that shows a floating panel on the screen
> containing child components.
> Component should work in two modes: show/hide child components of same page
> or present dialog via embedded iframe. The component (in iframe mode) would
> render a popup-blocker friendly dialog box.
> Possible usage: simple menus, calendar/datepicker, more info panel,
> confirmation dialog, etc.
> Other possible functionality
> handle hover popups (ie. tooltips)
> centered popups
> modal popups
> non-modal popups
> splash screen popups (for welcome/errors etc.)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.