Hi
Have you ever wondered which method renders a certain html element? What will happen if you click a certain link? Now you now longer have to guess and search: - load Seaside2.7a1-lr.118 or some later version that bases on it - make sure your application has the developer toolbar on - toggle the halos on - go to pretty print mode by clicking on the s-link either for the root component or some subcomponent - find the element you are interested in - click on its name - a debugger is opened in the image where the element is rendered, you have to go up in the stack to find be in the rendering method. In Seaside2.7a1-lr.113 a browser was opened and showed the method that rendered this element. Have fun Philippe _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Philippe Marschall a écrit : > Hi > > Have you ever wondered which method renders a certain html element? > What will happen if you click a certain link? Now you now longer have > to guess and search: really cool thanks ;) Thanks _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Philippe Marschall
Philippe,
That's terrific, and a very nice addition! Thanks for doing it. Ron > -----Original Message----- > From: [hidden email] [mailto:seaside- > [hidden email]] On Behalf Of Philippe Marschall > Sent: Tuesday, November 07, 2006 1:17 AM > To: The Squeak Enterprise Aubergines Server - general discussion. > Subject: [Seaside] [ANN] new Seaside feature > > Hi > > Have you ever wondered which method renders a certain html element? > What will happen if you click a certain link? Now you now longer have > to guess and search: > > - load Seaside2.7a1-lr.118 or some later version that bases on it > - make sure your application has the developer toolbar on > - toggle the halos on > - go to pretty print mode by clicking on the s-link either for the root > component or some subcomponent > - find the element you are interested in > - click on its name > - a debugger is opened in the image where the element is rendered, you > have to go up in the stack to find be in the rendering method. In > Seaside2.7a1-lr.113 a browser was opened and showed the method that > rendered this element. > > Have fun > Philippe > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
2006/11/7, Ron Teitelbaum <[hidden email]>:
> Philippe, > > That's terrific, and a very nice addition! Thanks for doing it. Lukas did it, I merely wrote the mail. Philippe > > -----Original Message----- > > From: [hidden email] [mailto:seaside- > > [hidden email]] On Behalf Of Philippe Marschall > > Sent: Tuesday, November 07, 2006 1:17 AM > > To: The Squeak Enterprise Aubergines Server - general discussion. > > Subject: [Seaside] [ANN] new Seaside feature > > > > Hi > > > > Have you ever wondered which method renders a certain html element? > > What will happen if you click a certain link? Now you now longer have > > to guess and search: > > > > - load Seaside2.7a1-lr.118 or some later version that bases on it > > - make sure your application has the developer toolbar on > > - toggle the halos on > > - go to pretty print mode by clicking on the s-link either for the root > > component or some subcomponent > > - find the element you are interested in > > - click on its name > > - a debugger is opened in the image where the element is rendered, you > > have to go up in the stack to find be in the rendering method. In > > Seaside2.7a1-lr.113 a browser was opened and showed the method that > > rendered this element. > > > > Have fun > > Philippe > > _______________________________________________ > > Seaside mailing list > > [hidden email] > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Thanks Lukas!
Ron > -----Original Message----- > From: Philippe Marschall > Sent: Tuesday, November 07, 2006 10:19 AM > > 2006/11/7, Ron Teitelbaum <[hidden email]>: > > Philippe, > > > > That's terrific, and a very nice addition! Thanks for doing it. > > Lukas did it, I merely wrote the mail. > > Philippe > > > > -----Original Message----- > > > From: [hidden email] [mailto:seaside- > > > [hidden email]] On Behalf Of Philippe Marschall > > > Sent: Tuesday, November 07, 2006 1:17 AM > > > To: The Squeak Enterprise Aubergines Server - general discussion. > > > Subject: [Seaside] [ANN] new Seaside feature > > > > > > Hi > > > > > > Have you ever wondered which method renders a certain html element? > > > What will happen if you click a certain link? Now you now longer have > > > to guess and search: > > > > > > - load Seaside2.7a1-lr.118 or some later version that bases on it > > > - make sure your application has the developer toolbar on > > > - toggle the halos on > > > - go to pretty print mode by clicking on the s-link either for the > root > > > component or some subcomponent > > > - find the element you are interested in > > > - click on its name > > > - a debugger is opened in the image where the element is rendered, you > > > have to go up in the stack to find be in the rendering method. In > > > Seaside2.7a1-lr.113 a browser was opened and showed the method that > > > rendered this element. > > > > > > Have fun > > > Philippe > > > _______________________________________________ > > > Seaside mailing list > > > [hidden email] > > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > > > > > _______________________________________________ > > Seaside mailing list > > [hidden email] > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
> Thanks Lukas!
Well, the mail announcing this feature certainly required to type a lot more than the implementation itself ;-) It is a fun little trick with a continuation and a halt opening the debugger within the rendering stack. Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |