Yea, that sounds great. Sadly I get a null value forr the "var attribute" :-(

Thats one of my widgets:

<fd:submit id="link-contributionDOT2">
      <fd:label>Datenbankkomprimierung</fd:label>
      <fd:attributes>
        <attribute name="objectType" value="link-contribution" />
        <attribute name="id" value="2" />
      </fd:attributes>
</fd:submit>

Why is this so difficult :-D

Niclas




Simone Gianni-2 wrote:
> 
> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/which-submitbutton-was-pressed--tf2795896.html#a7831932
Sent from the Cocoon - Users mailing list archive at Nabble.com.


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

Reply via email to