Attribute

From FreeMind
Revision as of 10:01, 23 February 2009 by Dan Polansky (talk | contribs)
Jump to navigationJump to search

FreeMind 0.9.0 features the option to assign user attributes to nodes.

Implementation

Storage in XML, an example:

<node TEXT="Hello">
<attribute VALUE="Node 1" NAME="name"/>
<attribute VALUE="100" NAME="width"/>
</node>

See also