Changes between Initial Version and Version 2 of Ticket #900
- Timestamp:
- Jun 27, 2007, 8:41:20 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #900
- Property Cc Alfonso Martínez de Lizarrondo rotty@… added
- Property Reporter changed from Martin Kou to kalanag@…
-
Ticket #900 – Description
initial v2 1 1 s it possible to detect an onChange event of the 2 2 FCKeditor? 3 3 4 In a TEXTAREA it is possible to place an onChange 4 5 event; but after substituting to it the appropriate 5 statements for FCKeditor [$oFCKeditor = new 6 FCKeditor('...') ; and so on] it seems that there is no 6 statements for FCKeditor 7 8 {{{ 9 $oFCKeditor = new FCKeditor('...') ; 10 }}} 11 12 and so on it seems that there is no 7 13 way to detect a change performed by editing. 8 14 FCKeditor installs in HTML three stetements, two of … … 10 16 seems that none of the three can be checked for change 11 17 of rhe value. 18 12 19 Do you know any way to detect a change? 13 20 ----