Changes between Version 12 and Version 13 of DataFormat


Ignore:
Timestamp:
18.10.2011 03:10:06 (13 years ago)
Author:
jri
Comment:

CSS color code examples

Legend:

Unmodified
Added
Removed
Modified
  • DataFormat

    v12 v13  
    346346An ''Association Definition'' represents a parent-child relationship (=association) between 2 types. The parent type is a topic type or an association type; the child type is a topic type. 
    347347 
     348Association definition objects appear in the `assoc_defs` property of complex [[#TopicType|Topic Types]] and complex [[#AssociationType|Association Types]]. 
     349 
    348350||= Property =||= Description =||= Format =|| 
    349351|| `id` || The association ID. ||  || 
     
    370372||= Child Type =||= Target =||= Description =||= Data Type =|| 
    371373|| `dm4.webclient.icon` || Topic Type || The icon to render the topic instances. || Text (a path) || 
    372 || `dm4.webclient.color` || Association Type || The color to render the association instances.  || Text (a CSS color) || 
     374|| `dm4.webclient.color` || Association Type || The color to render the association instances.  || Text (a CSS color code), e.g. `"#29c2e1"` or `"rgb(41,194,225)"` || 
    373375|| `dm4.webclient.add_to_create_menu` || Topic Type || Display topic type in "Create" menu? || Boolean || 
    374376|| `dm4.webclient.is_searchable_unit` || Topic Type || Stop at this topic type when parentize a search result item. || Boolean ||