Hello,

I'm wondering if there is a best-practice method for using checkbox
items for the IPE or IPCE?

It seems like IPCE would be a better fit for this type of
functionality.

Currently I'm doing this...

onFormCustomization:function(ipe, ipeForm){
     ipeForm.innerHTML = '<label><input type="checkbox" value="1"
name="'+parameter_name+'" />Bundle</label>';
}

... where I'm just trying to get the proof of concept work out,
eventually I'll need to have something that iterates through some pre-
detemined Hash or Array and creates a batch of checkboxes (checking
selected ones, of course).

But before I march on my merry way I'm wondering if anyone has already
developed a good solution for this case.  I know I'm not the first one
to try this... but google has not turned up any helpful blog posts

Thanks for any help
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to