[Proto-Scripty] Re: adding InPlaceEditor to each table cell

2010-10-29 Thread Eric
I've done that before. I cannot post the code here because it is in a complex application/ framework but here are the few points you need to make it work: - Add a classname like 'NeedIPE' to your TD's, and observe the click on the table or anything on top of it. - In you event handler, get the

Re: [Proto-Scripty] Re: adding InPlaceEditor to each table cell

2010-10-29 Thread Pablo Aravena
Maybe you can try using MyTableGrid :-D http://pabloaravena.info/mytablegrid On Fri, Oct 29, 2010 at 6:13 AM, Eric lefauv...@gmail.com wrote: I've done that before. I cannot post the code here because it is in a complex application/ framework but here are the few points you need to make it

[Proto-Scripty] Re: adding InPlaceEditor to each table cell

2010-10-28 Thread BrentNicholas
Walter, Thanks for the idea, I'm looking it over now. I'd still like to know what the answer is to the above so I can learn from it in general or if the TableKit doesn't work for me, if you or anyone else knows. Thanks! Brent On Oct 27, 8:08 pm, Walter Lee Davis wa...@wdstudio.com wrote: Have

Re: [Proto-Scripty] Re: adding InPlaceEditor to each table cell

2010-10-28 Thread Walter Lee Davis
Well, if you wanted to have a single IPE instance attached to all fields in the table, you could probably do that too. The highlight would be a simple JS/CSS trick like maybe this: $('yourTableId').observe('mouseover',function(evt){ var elm; if(elm = evt.findElement('td')){