[ 
https://jira.jboss.org/jira/browse/RF-5325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Dubovsky closed RF-5325.
----------------------------------

    Assignee: Alexander Dubovsky  (was: Tsikhon Kuprevich)


> Editor: onsave event problem.
> -----------------------------
>
>                 Key: RF-5325
>                 URL: https://jira.jboss.org/jira/browse/RF-5325
>             Project: RichFaces
>          Issue Type: Bug
>          Components: planning_all
>    Affects Versions: 3.3.0
>         Environment: 3.3.0.BETA3
>            Reporter: Alexander Dubovsky
>            Assignee: Alexander Dubovsky
>             Fix For: 3.3.0
>
>   Original Estimate: 2 hours
>          Time Spent: 2 hours
>  Remaining Estimate: 0 minutes
>
> following code does not work (onsave function return "undefined" value):
> <head>
>       <script type="text/javascript" language="javascript">
>               function myCustomSaveContent(element_id, html, body) {
>                       // Do some custom HTML cleanup
>                       return html;
>               }
>       </script>
>       </head>
>       <body>
>       <h:form>
>               <rich:editor onsave="myCustomSaveContent(element_id, html, 
> body)"></rich:editor>
>               <h:commandButton value="submit()" />
>       </h:form>
>       </body>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to