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

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Mon Aug 8 08:50:24 EDT 2011


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č


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