Changes between Version 2 and Version 3 of Ticket #7552


Ignore:
Timestamp:
2012-03-29T15:16:27+02:00 (14 years ago)
Author:
skyper
Comment:

layout

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7552 – Description

    v2 v3  
    33
    44It should be possible to define icon for combo items. For example:
    5 
     5{{{
    66<combo key="roof:shape" text="Type" values="flat,gabled">
    77   <comboItem icon="roofs/flat.png" />
    88   <comboItem icon=”roofs/gabled.png” />
    99</combo>
     10}}}