Changes between Initial Version and Version 1 of Ticket #145, comment 1


Ignore:
Timestamp:
02.11.2011 18:10:55 (13 years ago)
Author:
jri
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #145, comment 1

    initial v1  
    55Background: the out-of-the box DM installation specifies no label rule for the Web Resource type. So the default rule applies: take the first simple child type met while a depth-first traversal. This is the Web Resource's URL. This is the intended out-of-the box behavior. 
    66 
    7 If you want a custom label rule: 
     7If you want a custom label: 
    88- change the Web Resource's label rule by the means of a DM migration. Take into account that this will apply globally, thus changing the labeling in the DM webclient as well. 
    99OR: 
    10 - Do not rely on the topic's value (=label) when building the FF extension's resource listing, but construct the list item's label from the topic's composite value. So, you have to fetch the Web Resources with fetch_composite=true 
     10- Do not rely on the topic's value (=label) when building your FF extension's resource listing, but construct the list item's label from the topic's composite value. So, you have to fetch the Web Resources with fetch_composite=true 
    1111 
    1212If you want the list items look like JuergeN's suggestion (https://trac.deepamehta.de/ticket/101#comment:7) you have to go for the latter option.