Re: Implement Edit and Delete functions in Struts jQuery Grid

2010-10-19 Thread cellterry
Here is my code: function formatLink(cellvalue, options, rowObject) { return ""; } Terry. Johannes Geppert wrote: > > great! > > can you contribute the sources? > if possible i add this to the wiki. > > > Johannes > > > > cellterry wrote:

Re: Implement Edit and Delete functions in Struts jQuery Grid

2010-10-19 Thread Jason Ferguson
Here is a javascript formatter I used when I tried this. I found the solution hideously ugly and ended up going to a straight jQuery solution. function makeButton(clickAction, text) { return "" + text + ""; } Jason On Tue, Oct 19, 2010 at 1:58 PM, Johannes Geppert

Re: Implement Edit and Delete functions in Struts jQuery Grid

2010-10-19 Thread Johannes Geppert
great! can you contribute the sources? if possible i add this to the wiki. Johannes cellterry wrote: > > Yes, it works! > > > Johannes Geppert wrote: >> >> Hi Terry, >> >> I think this is this is possible, but only with some handmake >> javascript. take a look at the custom formatters,

Re: Implement Edit and Delete functions in Struts jQuery Grid

2010-10-19 Thread cellterry
Yes, it works! Johannes Geppert wrote: > > Hi Terry, > > I think this is this is possible, but only with some handmake > javascript. take a look at the custom formatters, I think this > is the right way. > > http://code.google.com/p/struts2-jquery/wiki/FormatGrid > > Johannes > > > cellte

Re: Implement Edit and Delete functions in Struts jQuery Grid

2010-10-16 Thread Johannes Geppert
Hi Terry, I think this is this is possible, but only with some handmake javascript. take a look at the custom formatters, I think this is the right way. http://code.google.com/p/struts2-jquery/wiki/FormatGrid Johannes cellterry wrote: > > Dear all, > > For Struts2 jQuery Plugin, > > coul