forked from activeingredient/ezComponents
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed #13332: Updating a data element only works if you've requeste…
…d it before. git-svn-id: http://svn.ez.no/svn/ezcomponents/trunk@11386 bc0e7bdc-f0fc-0310-8ff6-f601c06e1256
- Loading branch information
kn
committed
Feb 17, 2010
1 parent
90a9036
commit 8fbc43b
Showing
5 changed files
with
74 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE tree PUBLIC "" ""> | ||
<tree prefix="id" xmlns="http://components.ez.no/Tree" xmlns:etd="http://components.ez.no/Tree/data"> | ||
<node id="id1"> | ||
<etd:data>Node 1 renamed</etd:data> | ||
<node id="id2"> | ||
<etd:data>Node 2</etd:data> | ||
</node> | ||
<node id="id3"> | ||
<etd:data>Node 3</etd:data> | ||
</node> | ||
<node id="id4"> | ||
<etd:data>Node 4</etd:data> | ||
<node id="id6"> | ||
<etd:data>Node 6</etd:data> | ||
<node id="id7"> | ||
<etd:data>Node 7</etd:data> | ||
</node> | ||
<node id="id8"> | ||
<etd:data>Node 8</etd:data> | ||
</node> | ||
</node> | ||
</node> | ||
<node id="id5"> | ||
<etd:data>Node 5</etd:data> | ||
<node id="id9"/> | ||
</node> | ||
</node> | ||
</tree> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters