I see what you're asking.  The question is not specific to  
Scriptaculous/Prototype at all, but rather a generic Javascript  
question.

In your parent frame, write the function to create/append the Sortable.

function doSomething() {
   // Whatever
}

You can call the function from your child frame easily:
parent.doSomething();


TAG

On Apr 23, 2007, at 9:47 AM, Capripot wrote:

> I don't want the sortable run in the frame, I just want to make a
> Sortable on parent page from an iframe.
> So, can I do this ? or it's impossible ?
>
> Howover, I could detect the add of the line with the parent page too,
> and re-create the Sortable at this moment ?!


--~--~---------~--~----~------------~-------~--~----~
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