1778 Posts in 581 Topics by 555 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 299 Views |
-
How to loop through a CheckboxsetField?

25 January 2012 at 10:55am Last edited: 25 January 2012 10:56am
I have a table of skills and a table of EmployeeSkills. to display this on a form, I use a CheckboxsetField and it works great.
But now, I am being asked to add a dropdown list of skill levels for each Employee Skill.
So what I want to do is have
a checkbox and a dropdown list next to it
a checkbox and a dropdown list next to it
a checkbox and a dropdown list next to itand so on.
Is there any way to say something like
<% control MyCheckboxSetField %>
<div class="field checkbox">
<label class="left" for="{$FormName}_SkillName">Skill Name</label>
<div class="middleColumn">
$dataFieldByName(Current Iteration Of The Checkbox List)
</div>
</div>
<div class="field list">
<label class="left" for="{$FormName}_SkillName">Skill level</label>
.
.
.
</div><% end_control %>
-
Re: How to loop through a CheckboxsetField?

28 January 2012 at 10:07am
Anybody? All I want is to be able to loop through the CheckboxsetField so I can lay them out in different ways.
-
Re: How to loop through a CheckboxsetField?

1 February 2012 at 6:33am
As I read this, you want to create some sort of nested CheckBoxSetField where the 'inner' options are represented by dropdown fields. If that's what you mean, I don't think it can be done.
Can you give us an idea of the relations involved?
| 299 Views | ||
|
Page:
1
|
Go to Top |

