Uz.ytkownik Bartosz Zgodzinski napisa?:

Please tell mi where and how should I call function addRow();. In a form
definition I've got the definiton of my repeter (id="my_repeter"). Now I
want to add a row...


I have something like that in my project (embeeded into woody form descriptor)

rpt=event.getSourceWidget().getForm() .getWidget("obslugarpt");
rpt.addRow();

If you want to access the repeatear not from event but from flow, it would be easier simply you can write
form1.getWidget("obslugarpt").addRow();


J.K.

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



Reply via email to