[ http://issues.apache.org/jira/browse/BEEHIVE-350?page=history ]
Jason Dunckley reassigned BEEHIVE-350:
--------------------------------------
Assign To: Julie Zhuo (was: Jason Dunckley)
> Popup window parameters not being passed to custom popup javascript function
> ----------------------------------------------------------------------------
>
> Key: BEEHIVE-350
> URL: http://issues.apache.org/jira/browse/BEEHIVE-350
> Project: Beehive
> Type: Bug
> Versions: V1Beta
> Reporter: Rich Feit
> Assignee: Julie Zhuo
> Fix For: V1Beta
>
> Consider the following anchor tag, which is configured to open a popup window
> using a custom javascript function ("pop"):
> ---
> <netui:anchor action="goNested" popup="true">
> popup a nested page flow
> <netui:configurePopup popupFunc="pop" width="200" height="100"/>
> </netui:anchor>
> ...
> <script language="JavaScript" type="text/JavaScript">
> <!--
> function pop(url, windowName, features, replaceInHistory)
> {
> // do something with these values
> }
> -->
> </script>
> ---
> The function does not receive any of the expected values -- basically, it's
> called with an empty argument list.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira