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:
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
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,
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
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
5 matches
Mail list logo