[richfaces-issues] [JBoss JIRA] Updated: (RF-11194) rich:editor - add ondirty event handler

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Wed Aug 10 06:51:28 EDT 2011


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

Lukáš Fryč updated RF-11194:
----------------------------

    Fix Version/s: 4.1.0.Final


> rich:editor - add ondirty event handler
> ---------------------------------------
>
>                 Key: RF-11194
>                 URL: https://issues.jboss.org/browse/RF-11194
>             Project: RichFaces
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: component-output
>    Affects Versions: 4.1.0.Milestone1
>            Reporter: Lukáš Fryč
>             Fix For: 4.1.0.Final
>
>
> This handler will trigger everytime the editing content will be changed, so it would be possible to trigger events.
> Particular use case:
> {code:XML}
> <rich:editor>
>   <a4j:attachQueue delay="5000" />
>   <a4j:ajax event="dirty" />
> </rich:editor>
> {code}
> This will make editor to save content each 5 seconds after changing the content.
> This event handler differs from onchange, because onchange is fired only when blurring the editor with changed content (this behavior is aligned with other standard input components).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-issues mailing list