Hi.
The following dropdown starts always with 0. Is this a bug?
The following dropdown starts always with 0. Is this a bug?
- Code: Select all
<cms:editable name='percent' label='Percent' type='dropdown' opt_values='0 = 0 | 5% = 0.05 | 10% = 0.1 | 15% = 0.15 | 20% = 0.2 | 25% = 0.25 | 30% = 0.3 | 35% = 0.35 | 40% = 0.4 | 45% = 0.45 | 50% = 0.5 | 55% = 0.55 | 60% = 0.6 | 65% = 0.65 | 70% = 0.7 | 75% = 0.75 | 80% = 0.8 | 85% = 0.85 | 90% = 0.9 | 95% = 0.95 | 100% = 1' opt_selected='75%' />