You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by Apache Wiki <wi...@apache.org> on 2007/06/06 02:08:15 UTC

[Xmlgraphics-batik Wiki] Update of "IvanAndjelkovic-gsoc2007" by IvanAndjelkovic

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Xmlgraphics-batik Wiki" for change notification.

The following page has been changed by IvanAndjelkovic:
http://wiki.apache.org/xmlgraphics-batik/IvanAndjelkovic-gsoc2007

------------------------------------------------------------------------------
  
  Allow the text area for comment, text or cdata_section node to be editable.[[BR]]
  
- If a script gets modified, it needs to be revaluated by the Interpreter, for which the BridgeContext is needed.[[BR]]
+ If a script gets modified, it needs to be revaluated by the Interpreter, for which the Bridge Context is needed.[[BR]]
  
  [[BR]]
  '''Tracking the history'''
  ----
  Keeping the changes of the document in the history allows undo/redo actions on the document, for one change, or a number of last changes. Due to memory issues, history size should be set initially to some value.[[BR]]
  
+ [[BR]]
+ '''Implementation status'''
+ ----
+ 
+  * Added methods for adding and removing DOM Mutation event listeners (DOM Node Inserted, DOM Node Removed, DOM Character Data Modified and DOM Attr Modified) to the document,
+  * Created listeners to handle the update of the Viewer when the document structure changes,
+  * Made text area editable; Made attribute table editable; Created the appropriate listeners to handle the document update after editing,
+  * Created pop-ups for tree and attributes table to insert and remove nodes and attributes; Created the appropriate listeners to handle the insertion and removal of nodes and attributes,
+  * Created a dialog for adding the attributes,
+  * Created a dialog for adding the element node, 
+