You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Rich Feit (JIRA)" <be...@incubator.apache.org> on 2005/02/24 23:07:48 UTC

[jira] Updated: (BEEHIVE-355) Add support for passing parameters to javascript functions from onPopupDone, and popupFunc attributes of netui:configurePopup tag

     [ http://issues.apache.org/jira/browse/BEEHIVE-355?page=history ]

Rich Feit updated BEEHIVE-355:
------------------------------

      Assign To:     (was: Rich Feit)
    Fix Version: TBD

> Add support for passing parameters to javascript functions from onPopupDone, and popupFunc attributes of netui:configurePopup tag
> ---------------------------------------------------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-355
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-355
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Jason Dunckley
>      Fix For: TBD

>
> Currently you can pass these along, and they work, but you get a javascript error.  There may also be issues around the 4 implicit parameters used by popupFunc as described in bug, BEEHIVE-350
> e.g.
> <netui:anchor action="goNested" popup="true"> 
>         popup a nested page flow 
>         <netui:configurePopup onPopupDone="myScript('myParam')"/> 
>     </netui:anchor> 
>     ... 
>     <script language="JavaScript" type="text/JavaScript"> 
>     function myScript('myParam') 
>     { 
>  
>     } 
>     </script> 

-- 
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