help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] PagedDataGrid with JQuery


From: Nicolas Petton
Subject: Re: [Help-smalltalk] PagedDataGrid with JQuery
Date: Sun, 15 Nov 2009 15:31:09 +0100

Le dimanche 15 novembre 2009 à 16:05 +0200, Bèrto ëd Sèra a écrit :
> Since this is probably going to come up over and over again in
> table/lists manipulation, is there any way to add attributes to just
> any tag without actually disrupting the existing code?

You can use Element>>attributeAt:put: like this:

tr attributeAt: 'entId' put: '1' 

Cheers!

Nico

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée


reply via email to

[Prev in Thread] Current Thread [Next in Thread]