Attribute: Difference between revisions
From FreeMind
Jump to navigationJump to search
Dan Polansky (talk | contribs) (+) |
Dan Polansky (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
* Package: [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/modes/attributes/?pathrev=fm_0_9_0_rc1 modes/attributes] | * Package: [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/modes/attributes/?pathrev=fm_0_9_0_rc1 modes/attributes] | ||
Storage in XML, an example: | |||
<pre> | |||
<node TEXT="Hello"> | |||
<attribute VALUE="Node 1" NAME="name"/> | |||
<attribute VALUE="100" NAME="width"/> | |||
</node> | |||
</pre> | |||
==See also== | ==See also== |
Revision as of 10:01, 23 February 2009
FreeMind 0.9.0 features the option to assign user attributes to nodes.
Implementation
- Package: modes/attributes
Storage in XML, an example:
<node TEXT="Hello"> <attribute VALUE="Node 1" NAME="name"/> <attribute VALUE="100" NAME="width"/> </node>