ZongoZongo wrote:
> The Problem is, that the forms are generated dynamically. So i dont now which
> buttons eaven exists. 
>   
Hi Niclas,
you can write the following :

var buttonid = form.submitId;
var widget = form.lookupWidget(buttonid);
var attribute = widget.getAttribute("myattribute");

More or less .. :) I don' t have the code by hand, but that's the idea.

Simone


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to