Re: [Proto-Scripty] Re: About Events

2010-02-26 Thread green
Thx, it's exactly that I am looking for. About invoke a method while populate the parent, I can't do that, b/c I am creating a library and I don't really want to impose a "contract" to developer that "as long as u want to use this library, when u populate this div, then u must call my that method

Re: [Proto-Scripty] Re: Error with Element.insert({Bottom

2010-02-26 Thread Walter Lee Davis
Aha, I think you might need to combine both of those. Since you're calling opener in there, you're reaching out of the current document to another document that might not already have extended elements. You might need to try this: $(top.opener.document.getElementById('body_weider_komp_1'))

[Proto-Scripty] Re: Error with Element.insert({Bottom

2010-02-26 Thread Dr. Underhook
try it without the single quotes around bottom ie: top.opener.document.getElementById('body_wieder_komp_1').insert({bottom:wieder_row}); and to really clean it up: $('body_wieder_komp_1').insert({bottom: wieder_row}); should do it On Feb 26, 2:13 am, ferengi wrote: > hi... > > i insert a tbo

[Proto-Scripty] Tablekit checkbox problem

2010-02-26 Thread albert kao
I use the Tablekit library to sort and resize my table. However, using the "editable" feature has a problem with checkbox. Clicking the checkbox will change it to a text box. Is it a workaround? -- You received this message because you are subscribed to the Google Groups "Prototype & script.acul