Hello
I have a requirement wherein i want to add custom image column to webtop 6.7 depending upon specific attribute ,
Currentely i am only able to create custom xml file in custom\config folder
<?xml version="1.0" encoding="UTF-8"?>
<config version="1.0">
<scope>
<component id="protection_column" extends="objectlist:webtop/config/objectlist_component.xml">
<desc>
Adding custom image to object list.
</desc>
<columns>
<column>
<attribute>protected</attribute>
<label><nlsid>CONNECTION_PROTECTION</nlsid></label>
<visible>false</visible>
</column>
</columns>
</component>
</scope>
</config>
so where can i place my image file, from where to invoke the custom class . If any one has worked on it please specify the correct way
Regards