Attribute: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
(revert to last full version)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
>==Menu==
FreeMind 0.9.0 features the option to assign user attributes to nodes. The user can assign multiple values to one name of attribute:
* View > Attributes > Show All Attributes
* Node: Peter
* View > Attributes > Show Selected Attributes
** Attribute: son: Alice
* View > Attributes > Hide All Attributes
** Attribute: son: Bob
* Tools > Attribute Manager...
** Attribute: age: 50
* Tools > Assign Attributes...
* Node popup menu > Edit Attributes


----
==Menu==
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
* View > Attributes > Show All Attributes
----
* View > Attributes > Show Selected Attributes
=[http://erotelokehu.co.cc UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY]=
* View > Attributes > Hide All Attributes
----
* Tools > Attribute Manager...
=[http://erotelokehu.co.cc CLICK HERE]=
* Tools > Assign Attributes...
----
* Node poup menu > Edit Attributes
</div>
 
==Keyboard==
* Alt + F9: Edit Attributes
 
==Implementation==
* Package: [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/modes/attributes/?pathrev=fm_0_9_0_rc1 modes/attributes]
 
==Storage in XML==
 
Storage in XML, an example:
<pre>
<node TEXT="Hello">
<attribute VALUE="Node 1" NAME="name"/>
<attribute VALUE="100" NAME="width"/>
</node>
</pre>
 
Storage of attribute registry in XML, an example:
<pre>
<attribute_registry>
<attribute_name NAME="name" RESTRICTED="true">
<attribute_value VALUE="Paul"/>
<attribute_value VALUE="Peter"/>
</attribute_name>
</attribute_registry>
</pre>
 
==Forums==
* [http://sourceforge.net/forum/message.php?msg_id=4181835 Attributes in 0.9.0], 2007-02-27
* [http://sourceforge.net/forum/message.php?msg_id=3114502 Freemind with attributes], 2005-04-23
 
==See also==
* [[FreeMind 0.9.0: The New Features#Attributes]]
 
[[Category:Development]]

Latest revision as of 12:43, 22 November 2010

FreeMind 0.9.0 features the option to assign user attributes to nodes. The user can assign multiple values to one name of attribute:

  • Node: Peter
    • Attribute: son: Alice
    • Attribute: son: Bob
    • Attribute: age: 50

Menu

  • View > Attributes > Show All Attributes
  • View > Attributes > Show Selected Attributes
  • View > Attributes > Hide All Attributes
  • Tools > Attribute Manager...
  • Tools > Assign Attributes...
  • Node poup menu > Edit Attributes

Keyboard

  • Alt + F9: Edit Attributes

Implementation

Storage in XML

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

See also