Attribute: Difference between revisions
From FreeMind
Jump to navigationJump to search
Dan Polansky (talk | contribs) (+) |
Dan Polansky (talk | contribs) (+menu) |
||
Line 1: | Line 1: | ||
FreeMind 0.9.0 features the option to assign user attributes to nodes. | FreeMind 0.9.0 features the option to assign user attributes to nodes. | ||
==Menu== | |||
* View > Attributes > Show All Attributes | |||
* View > Attributes > Show Selected Attributes | |||
* View > Attributes > Hide All Attributes | |||
* Tools > Attribute Manager... | |||
* Tools > Assign Attributes... | |||
==Implementation== | ==Implementation== |
Revision as of 10:19, 23 February 2009
FreeMind 0.9.0 features the option to assign user attributes to nodes.
Menu
- View > Attributes > Show All Attributes
- View > Attributes > Show Selected Attributes
- View > Attributes > Hide All Attributes
- Tools > Attribute Manager...
- Tools > Assign Attributes...
Implementation
- Package: modes/attributes
Storage in XML, an example:
<node TEXT="Hello"> <attribute VALUE="Node 1" NAME="name"/> <attribute VALUE="100" NAME="width"/> </node>
Storage of attribute registry in XML, an example:
<attribute_registry> <attribute_name NAME="name" RESTRICTED="true"> <attribute_value VALUE="Paul"/> <attribute_value VALUE="Peter"/> </attribute_name> </attribute_registry>
Forums
- Attributes in 0.9.0, 2007-02-27
- Freemind with attributes, 2005-04-23