
| Key: |
WW-1061
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
tm_jee
|
| Reporter: |
Mark Eagle
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
WebWork
Created: 31/Dec/05 10:57 AM
Updated: 01/Jan/06 10:32 PM
|
|
| Component/s: |
Views
|
| Affects Version/s: |
2.2
|
| Fix Version/s: |
2.2
|
|
|
Environment:
|
All platforms
|
|
|
Would it be possible to update the \template\simple\checkboxlist.ftl template to include the disabled parameter handling? The checkbox.ftl template already has this and I just think it is missing. I believe all it needs is this:
<input type="checkbox" name="${parameters.name?html}" ><#if parameters.disabled?default(false)>disabled="disabled"<#rt/></#if> value="${itemKey?html}" id="${parameters.name?html}-${itemCount}"<#rt/>
<#if tag.contains(parameters.nameValue, itemKey)>
checked="checked"<#rt/>
</#if>
Regards,
Mark
|
|
Description
|
Would it be possible to update the \template\simple\checkboxlist.ftl template to include the disabled parameter handling? The checkbox.ftl template already has this and I just think it is missing. I believe all it needs is this:
<input type="checkbox" name="${parameters.name?html}" ><#if parameters.disabled?default(false)>disabled="disabled"<#rt/></#if> value="${itemKey?html}" id="${parameters.name?html}-${itemCount}"<#rt/>
<#if tag.contains(parameters.nameValue, itemKey)>
checked="checked"<#rt/>
</#if>
Regards,
Mark |
Show » |
|