Displaying 4 results from an estimated 4 matches for "slot_numb".
Did you mean:
slot_num
2006 Jan 13
0
AJAX and select form help
...d value to the get_dates
controller function (of the Schedule class), that looks like so:
def get_slots(date)
@slots = Schedule.get_available_slots(date)
end
Then I need another select box updated on the same (_form.rhtml) page:
<div id="slots">
<%= select(:schedule, :slot_number, @slots) %>
</div>
This can be in a partial if necessary.
How do I do this with with AJAX? I''ve tried following the examples, but I''m
not doing so well.
Thanks,
Dan
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...*ctrl,
hotplug_slot_info->adapter_status =
get_presence_status(ctrl, slot);
- dbg("registering bus %d, dev %d, number %d, "
- "ctrl->slot_device_offset %d, slot %d\n",
- slot->bus, slot->device,
- slot->number, ctrl->slot_device_offset,
- slot_number);
+ dbg("registering bus %d, dev %d, number %d, ctrl->slot_device_offset %d, slot %d\n",
+ slot->bus, slot->device,
+ slot->number, ctrl->slot_device_offset,
+ slot_number);
result = pci_hp_register(hotplug_slot,
ctrl->pci_dev->bus,...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...*ctrl,
hotplug_slot_info->adapter_status =
get_presence_status(ctrl, slot);
- dbg("registering bus %d, dev %d, number %d, "
- "ctrl->slot_device_offset %d, slot %d\n",
- slot->bus, slot->device,
- slot->number, ctrl->slot_device_offset,
- slot_number);
+ dbg("registering bus %d, dev %d, number %d, ctrl->slot_device_offset %d, slot %d\n",
+ slot->bus, slot->device,
+ slot->number, ctrl->slot_device_offset,
+ slot_number);
result = pci_hp_register(hotplug_slot,
ctrl->pci_dev->bus,...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...*ctrl,
hotplug_slot_info->adapter_status =
get_presence_status(ctrl, slot);
- dbg("registering bus %d, dev %d, number %d, "
- "ctrl->slot_device_offset %d, slot %d\n",
- slot->bus, slot->device,
- slot->number, ctrl->slot_device_offset,
- slot_number);
+ dbg("registering bus %d, dev %d, number %d, ctrl->slot_device_offset %d, slot %d\n",
+ slot->bus, slot->device,
+ slot->number, ctrl->slot_device_offset,
+ slot_number);
result = pci_hp_register(hotplug_slot,
ctrl->pci_dev->bus,...