History for pXmlEditor

changed:
-
description

   This part takes a String XML shows it using opensource jsXe xml editor. Also it is possible to edit the XML document and when saving it the saved xml string will be fired.For editing one must go to sourceview than change and if everything ok, by clicking save menuitem in File menu the output will be fired.

figure

   <img src="XMLEditor.bmp" />


inpins

 1 SHOW - ID = 1 - showing xml editor

 1 HIDE - ID = 2 - hiding xml editor

 1 IN(String) - ID = 3  - XML String to process

  o String - XML String

 1 GEOM(int,int,int,int) - ID = 4 - location of xml editor

  o x - x coordinate of xml editor frame
 
  o y - y coordinate of xml editor frame

  o width - width of xml editor frame  

  o height - height of xml editor frame

outpins

 1 OUT(String) - ID = 51 
 
  o String - saved xml

 1 CLOSED - ID = 52
  
links to cvs

 source - revision 
1.2 "XMLEditor source":http://cvs.sourceforge.net/viewcvs.py/vcb/VCB/libraries/src/org/vcb/parts/xml/XmlEditor at sourceforge.net

 configuration file revision 1.3 "XMLEditor.vcb":http://cvs.sourceforge.net/viewcvs.py/vcb/VCB/libraries/configs/xml/XMLEditor.vcb at sourceforge.net

used opensource jsXe xml editor link http://jsxe.sourceforge.net/
 
status

 alpha release