Changes between Version 13 and Version 14 of DataFormat
- Timestamp:
- 18.10.2011 03:21:24 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataFormat
v13 v14 372 372 ||= Child Type =||= Target =||= Description =||= Data Type =|| 373 373 || `dm4.webclient.icon` || Topic Type || The icon to render the topic instances. || Text (a path) || 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)"`||374 || `dm4.webclient.color` || Association Type || The color to render the association instances, e.g. `"#29c2e1"` or `"rgb(41,194,225)"`. || Text (a CSS color code) || 375 375 || `dm4.webclient.add_to_create_menu` || Topic Type || Display topic type in "Create" menu? || Boolean || 376 376 || `dm4.webclient.is_searchable_unit` || Topic Type || Stop at this topic type when parentize a search result item. || Boolean || 377 || `dm4.webclient.editable` || SimpleTopic Type || Display field on form page? || Boolean ||378 || `dm4.webclient.viewable` || SimpleTopic Type || Display field on info page? || Boolean ||377 || `dm4.webclient.editable` || Topic Type || Display field on form page? || Boolean || 378 || `dm4.webclient.viewable` || Topic Type || Display field on info page? || Boolean || 379 379 || `dm4.webclient.js_page_renderer_class` || Topic Type\\Association Type || The class that renders the info/form page || Text (a class name) || 380 380 || `dm4.webclient.js_field_renderer_class` || Simple Topic Type || The class that renders the field on the info/form page || Text (a class name) ||