Changes between Version 35 and Version 36 of PluginDevelopment

Show
Ignore:
Timestamp:
01/20/10 16:29:25 (8 months ago)
Author:
thomaskelder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PluginDevelopment

    v35 v36  
    351351TODO 
    352352 
    353 === HOWTO add a a custom property to the property panel === 
     353=== HOWTO add a a custom property to the properties tab === 
    354354You can store custom information in the pathway using dynamic properties. A plugin can register a custom dynamic property to the [wiki:EditingPathways#Editingobjectproperties properties tab], so users can edit this property for the selected pathway element. To do this, your plugin needs to implement the property interface for the property you want to add: 
    355355{{{